mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
5 lines
169 B
C
5 lines
169 B
C
// 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
|