Files
palemoon27/xpcom/tests/static-checker/TestStaticInitAttr.cpp
T

6 lines
67 B
C++

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