Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
bug4283.d
blob: 6668371860e0d9d3bcb638607de73a1e424f52c6 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/bug4283.d(12): Error: declaration expected, not `}`
---
*/
template
Foo
(
bool
b
)
{
static
if
(
b
)
enum
bool
Foo
=
1
;
else
}