Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
PCH
/
opencl-extensions.cl
blob: a22b007f9d540438c3772c95dc523421d74b38e9 [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1 -emit-pch -o
%
t
%
s
//
RUN
:
%
clang_cc1 -include-pch
%
t
-fsyntax-only
%
s
#
ifndef HEADER
#
define
HEADER
//
Header
.
#
pragma OPENCL EXTENSION cl_khr_fp64
:
enable
#
else
//
Using
the
header
.
void test
(
void
)
{
double d
;
}
#
endif