Daniel Dunbar | d067f7f | 2009-04-08 23:54:23 +0000 | [diff] [blame] | 1 | // Verify that -include isn't included twice with -save-temps. |
Daniel Dunbar | 5618e98 | 2009-12-15 22:01:24 +0000 | [diff] [blame^] | 2 | // RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log |
Daniel Dunbar | d067f7f | 2009-04-08 23:54:23 +0000 | [diff] [blame] | 3 | // RUN: grep '"-include' %t.log | count 1 |
4 |