xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/clang_cpp.c (revision eda6f5931d42c77e1480347b1fc3eef2f8d33806)
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
6