mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04: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}}
|