/* PR c/14492 */
/* { dg-options "" } */

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


syntax highlighted by Code2HTML, v. 0.9.1