blob: 8638465e3a2fbafa9bbe2b8a29a67c6e236046d9 [file] [log] [blame]
Daniel Dunbarc21c4852009-04-08 23:54:23 +00001// Verify that -include isn't included twice with -save-temps.
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
Daniel Dunbarc21c4852009-04-08 23:54:23 +00003// RUN: grep '"-include' %t.log | count 1
4