brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · 8be9431 Raw
10 lines · c
1#include "b.h"2 3class foo {4  int x, y;5 6public:7  foo(){};8  ~foo(){};9};10