summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/preamble-with-implicit-import.h
blob: 1b429678f21350822bb33d52c18b2dfabd9c5159 (plain)
1
2
3
4
#include "preamble-with-implicit-import-A.h"

// Typo is defined in B, which is not imported.
void useTypeFromB(Typo *);
OpenPOWER on IntegriCloud