mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
6 lines
67 B
C++
6 lines
67 B
C++
int foo() __attribute__((constructor));
|
|
|
|
int foo() {
|
|
return 0;
|
|
}
|