1// RUN: %clang_cc1 -verify %s
2
3#define X(...) 1 // expected-error {{variadic macros not supported in OpenCL}}
4