9 lines
88 B
C++
9 lines
88 B
C++
class MyVec {
|
|
int __mem;
|
|
int _Mem;
|
|
|
|
public:
|
|
void __func() {}
|
|
void _Func() {}
|
|
};
|