macro_variadic.cl 110 B

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