mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
6 lines
56 B
C++
6 lines
56 B
C++
int foo() {
|
|
return 0;
|
|
}
|
|
|
|
const static int x = foo();
|