property-6b.c 73 B

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