2016-07-09 11:21:54 +02:00

7 lines
48 B
C

extern int b();
int c()
{
return b() + 42;
}