Clang Project

clang_source_code/test/Index/Inputs/preamble-with-implicit-import.h
1#include "preamble-with-implicit-import-A.h"
2
3// Typo is defined in B, which is not imported.
4void useTypeFromB(Typo *);
5