6 lines
67 B
C++
6 lines
67 B
C++
int foo() __attribute__((constructor));
|
|
|
|
int foo() {
|
|
return 0;
|
|
}
|