preamble-with-implicit-import.h 121 Bytes
#include "preamble-with-implicit-import-A.h"

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