6 lines
96 B
C++
6 lines
96 B
C++
|
class ClassWithMethod {
|
||
|
public:
|
||
|
static int get_int() { return 0; };
|
||
|
};
|
||
|
|