summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-decl.cpp
blob: 73aa3fdc4036f990fa1946327581e80d137e69e0 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -verify -fsyntax-only -std=c++0x %s

// Make sure we know these are legitimate commas and not typos for ';'.
namespace Commas {
  int a,
  b [[ ]],
  c alignas(double);
}
OpenPOWER on IntegriCloud