5 lines
66 B
C
5 lines
66 B
C
__attribute__((export_name("hello")))
|
|
int hello() {
|
|
return 4;
|
|
}
|
__attribute__((export_name("hello")))
|
|
int hello() {
|
|
return 4;
|
|
}
|