summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/dependencies-and-pp.c
blob: 5359d0af4d7a5ca9d8cac78417d547d3593c983b (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