]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/include-default-header.cl
Vendor import of clang trunk r300422:
[FreeBSD/FreeBSD.git] / test / Driver / include-default-header.cl
1 // RUN: %clang -save-temps -x cl -Xclang -cl-std=CL2.0 -Xclang -finclude-default-header -emit-llvm -S -### %s
2 // CHECK-NOT: finclude-default-header
3 // Make sure we don't pass -finclude-default-header to any commands other than the driver.
4
5 void test() {}
6