Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc -fsyntax-only -verify %s |
Sebastian Redl | 4a4251b | 2009-02-07 13:06:23 +0000 | [diff] [blame] | 2 | |
3 | // C++-specific tests for integral constant expressions. | ||||
4 | |||||
5 | const int c = 10; | ||||
6 | int ar[c]; |