brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · bf31800 Raw
6 lines · 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.log3// RUN: FileCheck %s < %t.log4// CHECK: "-include5// CHECK-NOT: "-include6