blob: 1165fa1eab1b51028096cd7f6f538877b974970c [file] [log] [blame]
int fun(int);
static inline int fake(void)
{
}
static void foo(int a)
{
0 || fun((a, fake(), a));
}
/*
* check-name: load-dead
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: VOID
*/