2009-04-09 07:54:23 +08:00
|
|
|
// Verify that -include isn't included twice with -save-temps.
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
|
2009-04-09 07:54:23 +08:00
|
|
|
// RUN: grep '"-include' %t.log | count 1
|
|
|
|
|