2014-03-19 17:25:32 +01:00

8 lines
48 B
C

extern int xxx;
int
main ()
{
return xxx;
}