aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/inline-early/bug-bad-token.c
blob: 9049bdb48ab0d16ad77b2836686eed7eca5166ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inline void fun(int x)
{
	(typeof(@)) x;
}

void foo(void)
{
	fun;
}

/*
 * check-name: bug-bad-token
 * check-exit-value: 0
 * check-error-ignore
 */