2017-10-07 02:16:47 +02:00

9 lines
73 B
C

extern void property (void);
int
main ()
{
property ();
return 0;
}