Clang Project
clang_source_code
/
test
/
Parser
/
backtrack-crash.cpp
1
// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic
2
// PR7072
3
()( // expected-error {{expected unqualified-id}}
4
5