gdb/testsuite: fix "up to main" in gdb.base/corefile-exec-context.exp
[binutils-gdb.git] / ld / testsuite / ld-i386 / property-6b.c
blob5336b0e46f8228ac3500c5b37db33a5c6d92485d
1 extern void property (void);
3 int
4 main ()
6 property ();
7 return 0;