6 lines
83 B
C
6 lines
83 B
C
int somedllfunc(void);
|
|
|
|
int main(void) {
|
|
return somedllfunc() == 42 ? 0 : 1;
|
|
}
|