1 2 3 4 5 6 7 8
/* { dg-require-stack-size "1024" } */ int main () { char temp[1024] = "tempfile"; return temp[0] != 't'; }