mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 08:06:06 +00:00
4 lines
89 B
C
4 lines
89 B
C
// RUN: %clang -### \
|
|
// RUN: -M -MM %s 2> %t
|
|
// RUN: not grep '"-sys-header-deps"' %t
|