brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · b1776b0 Raw
11 lines · cpp
1class Y {2  int M;3};4 5class X {6  int N, M;7 8public:9  operator Y();10};11