libstdc++: Fix test FAILs due to -Wreturn-local-addr
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 951128-1.c
blobac0eb9871d0b8b5e5b8d56c1334564a626fd97e3
1 char a[];
2 void
3 f (const int i)
5 a[i] = 0;