int somedllfunc(); int main() { return somedllfunc() == 42 ? 0 : 1; }