mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 20:26:05 +00: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}}
|