Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
test61.d
blob: 016e9a0d2379809329cc1ae7f596b2e3c84d8676 [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
// EXTRA_SOURCES: imports/test61a.d
// https://issues.dlang.org/show_bug.cgi?id=6556
debug
=
BUG
;
void
main
()
{
debug
(
BUG
)
import
imports
.
test61a
;
assert
(
bar
()
==
12
);
}