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