Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20000523-1.c
blobeab4a9c42d1b4e90c075e0390c923d533b58c816
1 /* Copyright (C) 2000 Free Software Foundation */
2 /* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
4 enum { foo = sizeof(void *) };
5 int i = sizeof(void *);