зеркало из https://github.com/mozilla/pjs.git
6 строки
56 B
C++
6 строки
56 B
C++
|
int foo() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
const static int x = foo();
|