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

4 lines
121 B
C

#include "preamble-with-implicit-import-A.h"
// Typo is defined in B, which is not imported.
void useTypeFromB(Typo *);