brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · af3f5c7 Raw
9 lines · plain
1module;2#include "h2.h"3export module X;4 5extern "C++" class CPP {6public:7  void print() {}8};9