You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
310 B
8 lines
310 B
7 months ago
|
// 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{
|