blob: 066ac227a717d3d8793e19c594b7a61a7d4db646 [file] [log] [blame]
int somedllfunc(void);
int main(void) {
return somedllfunc() == 42 ? 0 : 1;
}