summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/dependencies-and-pp.c
blob: d7bf4df51c81fce664f3b78586361b8dfcd0d08c (plain)
1
2
3
4
5
// 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
OpenPOWER on IntegriCloud