Chris Lattner | a63ff14 | 2007-07-13 20:11:01 +0000 | [diff] [blame] | 1 | // 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 | |||||
6 | char array[1024/(sizeof (long))]; |