xref: /aosp_15_r20/external/clang/test/Parser/bracket-crash.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
2*67e74705SXin Li // PR7481
3*67e74705SXin Li decltype(;
4*67e74705SXin Li struct{
5*67e74705SXin Li   a
6*67e74705SXin Li }
7*67e74705SXin Li 
8*67e74705SXin Li // PR14549. Must be at end of file.
9*67e74705SXin Li decltype(
10