Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
clang
/
test
/
Driver
/
mg.c
blob: b7458a08698d311aa996d3229dc55e18975eef09 [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang -M -MG -include nonexistent-preinclude.h -std=c23 %s | FileCheck %s
// CHECK: nonexistent-preinclude.h
// CHECK: nonexistent-ppinclude.h
// CHECK: nonexistent-embed
#include
"nonexistent-ppinclude.h"
#embed "nonexistent-embed"