brintos

brintos / llvm-project-archived public Read only

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