summaryrefslogtreecommitdiff
path: root/test/Parser/bracket-crash.cpp
blob: 93b52940773ded05e5a271a135d1568d2fd3f6d6 (plain)
1
2
3
4
5
6
7
8
9
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
// PR7481
decltype(;
struct{
  a
}

// PR14549. Must be at end of file.
decltype(