prog.c 61 B

1234567
  1. extern void *g(void);
  2. int main(void) {
  3. g();
  4. return 0;
  5. }