Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20030612-1.c
blob8edbd92bd47644eb06079e4499b688337b23c243
1 static inline void
2 foo (long long const v0, long long const v1)
4 bar (v0 == v1);
7 void
8 test (void)
10 foo (0, 1);