5 lines
121 B
C
5 lines
121 B
C
|
#include "preamble-with-implicit-import-A.h"
|
||
|
|
||
|
// Typo is defined in B, which is not imported.
|
||
|
void useTypeFromB(Typo *);
|