brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · a7f1027 Raw
8 lines · plain
1module;2#include "p2.h"3export module Y;4export namespace foo {5// We need to export something at least6void print();7} // namespace foo8