mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 04:38:37 +00:00
1d58cdbf4e
llvm-svn: 172732
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}}
|