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