8 lines
48 B
C

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