mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 14:07:28 +08:00
4 lines
110 B
Common Lisp
4 lines
110 B
Common Lisp
// RUN: %clang_cc1 -verify %s
|
|
|
|
#define X(...) 1 // expected-error {{variadic macros not supported in OpenCL}}
|