libstdc++: Remove note from the GCC 4.0.1 days
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000609-1.c
blobe41701cc6d9fb1308b385c31c35787ee5c69e356
1 /* { dg-require-stack-size "1024" } */
3 int main ()
5 char temp[1024] = "tempfile";
6 return temp[0] != 't';