Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
Preprocessor
/
macro_variadic.cl
blob: e4c5566244460e8734d1f0d55673d28849e70021 [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1 -verify
%
s
#
define
X
(
...
)
1
//
expected-error
{{
variadic macros not supported in OpenCL
}}