pjs/xpcom/tests/static-checker/TestStaticInitGlobalConst.cpp

6 строки
56 B
C++
Исходник Обычный вид История

int foo() {
return 0;
}
const static int x = foo();