no-plt-main1.c 67 B

12345678
  1. extern void check (void);
  2. int
  3. main ()
  4. {
  5. check ();
  6. return 0;
  7. }