brintos

brintos / llvm-project-archived public Read only

0
0
Text · 56 B · 26fe42e Raw
8 lines · cpp
1class A2{3public:4  int x;5  A(int _x) : x(_x) {6  }7};8