llvm-project/clang/test/Driver/mg.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
179 B
C
Raw Normal View History

// RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s
// CHECK: nonexistent-preinclude.h
// CHECK: nonexistent-ppinclude.h
#include "nonexistent-ppinclude.h"