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

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

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