Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
Preprocessor
/
dependencies-and-pp.c
blob: 5359d0af4d7a5ca9d8cac78417d547d3593c983b [
file
] [
log
] [
blame
]
// RUN: clang -E -o %t.1 %s
// RUN: clang -E -MD -MF %t.d -MT foo -o %t.2 %s
// RUN: diff %t.1 %t.2
// RUN: grep "foo:" %t.d
// RUN: grep "dependencies-and-pp.c" %t.d