Chris Lattner | 3b427b3 | 2007-10-11 00:18:28 +0000 | [diff] [blame] | 1 | // RUN: clang -fsyntax-only -verify -std=c++0x %s 2>&1 |
Bill Wendling | f5f20bd | 2007-11-26 08:26:20 +0000 | [diff] [blame^] | 2 | int static_assert; /* expected-error {{expected identifier or '('}} */ |