Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20000405-3.c
blobc2e88339eea89435c178f8e13d55b5e2f4c530c9
1 struct foo {
2 void *entry[40];
3 } __attribute__ ((aligned(32)));
5 int foo (struct foo *ptr, int idx, void *pointer)
7 ptr->entry[idx] = pointer;
8 return 0;