Clang Project

clang_source_code/test/Driver/mg.c
1// RUN: %clang -M -MG -include nonexistent-preinclude.h %s | FileCheck %s
2// CHECK: nonexistent-preinclude.h
3// CHECK: nonexistent-ppinclude.h
4
5#include "nonexistent-ppinclude.h"
6