summaryrefslogtreecommitdiff
path: root/weak/b.c
blob: c7a1f11c190d68273e8c9af3c1d64a53e79407f9 (plain)
1
2
3
4
5
6
7
int sym(int x);

int test(int x)
{
	return sym(x)*2;
}