blob: 79b2f5513156636779522e09d0d60b2d3618bdb3 [file] [log] [blame]
Daniel Dunbarc21c4852009-04-08 23:54:23 +00001// Verify that -include isn't included twice with -save-temps.
Daniel Dunbar80737ad2009-12-15 22:01:24 +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