Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a5728872c7702ddd09537c95bc3cbd20e1f2fb09
/
.
/
test
/
Driver
/
clang_cpp.c
blob: 8638465e3a2fbafa9bbe2b8a29a67c6e236046d9 [
file
] [
log
] [
blame
]
// Verify that -include isn't included twice with -save-temps.
// RUN: clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
// RUN: grep '"-include' %t.log | count 1