modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/execute/20011128-1.c (about)

     1  main()
     2  {
     3    char blah[33] = "01234567890123456789";
     4    exit (0);
     5  }