aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/crash1.c
blob: 259e259f4226c1b3cb3cdcbc591b6402b2b8a33b (plain)
1
2
3
4
5
6
7
8
/* PR c/14492 */
/* { dg-options "" } */

int main() {
  double d = 1.0;
  char x[(int) d];
  return 0;
}