blob: 9049bdb48ab0d16ad77b2836686eed7eca5166ec [file] [log] [blame]
inline void fun(int x)
{
(typeof(@)) x;
}
void foo(void)
{
fun;
}
/*
* check-name: bug-bad-token
* check-exit-value: 0
* check-error-ignore
*/