gecko/xpcom/tests/static-checker/TestStaticInitGlobal.cpp

6 lines
43 B
C++

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