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