Sign in
llvm
/
clang
/
e43eb432de21ed58e59e9fa7514750b901396916
/
.
/
test
/
Index
/
Inputs
/
preamble-with-implicit-import-B.h
blob: 17c138dfb5aa4f9bd70b6be56deed1a2fafb4f77 [
file
] [
log
] [
blame
]
#pragma
once
#include
"preamble-with-implicit-import-C.h"
// Circular
typedef
struct
{
char
x
;
}
Typo
;