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

6 lines
67 B
C++

int foo() __attribute__((constructor));
int foo() {
return 0;
}