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