5 lines
52 B
C++
5 lines
52 B
C++
|
static int static_function() {
|
||
|
return 0;
|
||
|
}
|
||
|
|