Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
template_decl.d
blob: a28284b9e478bfeccfbfac1fc44b52a12021649d [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/template_decl.d(8): Error: `{` expected after template parameter list, not `(`
fail_compilation/template_decl.d(8): Error: declaration expected, not `)`
---
*/
template
b
(
alias
d
)()
{
}