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