]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/clang_cpp.c
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / Driver / clang_cpp.c
1 // Verify that -include isn't included twice with -save-temps.
2 // RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
3 // RUN: FileCheck %s < %t.log
4 // CHECK: "-include
5 // CHECK-NOT: "-include