mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -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}}
|