Clang Project
clang_source_code
/
test
/
Index
/
Inputs
/
preamble-with-implicit-import-B.h
1
#pragma once
2
#include "preamble-with-implicit-import-C.h" // Circular
3
typedef struct { char x; } Typo;
4