blob: 281c3587ba38b6f41f0225964bb67d0ffc53e281 [file] [log] [blame]
Chris Lattnera63ff142007-07-13 20:11:01 +00001// RUN: clang %s -fsyntax-only
2
3// FIXME: This fails until conversions are fully explicit in the ast and i-c-e is updated to handle this.
4// XFAIL: *
5
6char array[1024/(sizeof (long))];