diff options
Diffstat (limited to 'clang/test/Index/Inputs/preamble-with-implicit-import-B.h')
| -rw-r--r-- | clang/test/Index/Inputs/preamble-with-implicit-import-B.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/preamble-with-implicit-import-B.h b/clang/test/Index/Inputs/preamble-with-implicit-import-B.h new file mode 100644 index 00000000000..17c138dfb5a --- /dev/null +++ b/clang/test/Index/Inputs/preamble-with-implicit-import-B.h @@ -0,0 +1,3 @@ +#pragma once +#include "preamble-with-implicit-import-C.h" // Circular +typedef struct { char x; } Typo; |

