blob: 8638465e3a2fbafa9bbe2b8a29a67c6e236046d9 [file] [log] [blame]
// Verify that -include isn't included twice with -save-temps.
// RUN: clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
// RUN: grep '"-include' %t.log | count 1