blob: 5336b0e46f8228ac3500c5b37db33a5c6d92485d [file] [log] [blame]
extern void property (void);
int
main ()
{
property ();
return 0;
}