Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test22480.d
blob: bd187d0b938c0f076438fae38bb99efa57a11a44 [
file
]
// EXTRA_FILES: imports/test22480b.d
import
imports
.
test22480b
;
@nogc
nothrow
:
enum
a
=
parseAA
();
extern
(
C
)
int
main
()
{
return
0
;
}