summaryrefslogtreecommitdiffstats
path: root/test/Lexer/cxx0x_keyword.cpp
blob: 412c25e83c48b22aabc24252bd398bdc2ceca01e (plain)
1
2
// RUN: clang-cc -fsyntax-only -verify -std=c++0x %s 2>&1
int static_assert; /* expected-error {{expected unqualified-id}} */
OpenPOWER on IntegriCloud