blob: f4ef707b286aeec0978c1636b27897873fdfa1c5 [file] [log] [blame]
extern int a(void);
int b(void)
{
return a() + 17;
}