rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20030612-1.c

12 lines
122 B
C

static inline void
foo (long long const v0, long long const v1)
{
bar (v0 == v1);
}
void
test (void)
{
foo (0, 1);
}