f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
7 lines
310 B
C++
7 lines
310 B
C++
// RUN: not %clang_cc1 -fsyntax-only %s
|
|
|
|
// don't crash on this, but don't constrain our diagnostics here as they're
|
|
// currently rather poor (we even accept things like "template struct {}").
|
|
// Other, explicit tests, should verify the relevant behavior of template
|
|
// instantiation.
|
|
struct{template struct{
|