blob: fdbb321e1e91ed526d9b612fa386576775317170 [file] [log] [blame]
Daniel Dunbarc21c4852009-04-08 23:54:23 +00001// 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: grep '"-include' %t.log | count 1
4