Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
fail1900a.d
blob: 9ae04eed00ada0021d25e469e5048e95c1772200 [
file
] [
log
] [
blame
]
module
imports
.
fail1900a
;
template
Bar
(
int
n
)
{
enum
Bar
=
n
;
}