allwinner_a64/android/external/clang/test/Index/Inputs/preamble-with-implicit-import-B.h
2018-08-08 16:14:42 +08:00

3 lines
103 B
C

#pragma once
#include "preamble-with-implicit-import-C.h" // Circular
typedef struct { char x; } Typo;