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