prog.c 96 B

123456
  1. int somedllfunc();
  2. int main(int argc, char **argv) {
  3. return somedllfunc() == 42 ? 0 : 1;
  4. }