mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
3 lines
110 B
Common Lisp
3 lines
110 B
Common Lisp
// RUN: %clang_cc1 -verify %s
|
|
|
|
#define X(...) 1 // expected-error {{variadic macros not supported in OpenCL}}
|