blob: f72dd54ae52f331a0003a01560b55d1066d947c1 [file] [log] [blame]
extern int eight (void);
int
main (void)
{
return eight () - 8;
}