blob: 4c9979b85066b9369cc6eab82f2798fd8e7182de [file] [log] [blame]
extern int counter;
extern void g(void);
void f(void)
{
g();
counter++;
}