binutils-gdb/ld/testsuite/ld-i386/property-6b.c

9 lines
73 B
C

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