Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
test17181.d
blob: 59ee8957dc06f8462c8a80ebab4a9cabffb1cae2 [
file
] [
log
] [
blame
]
// EXTRA_SOURCES: imports/test17181a.d imports/test17181b.d
module
test17181
;
import
imports
.
test17181a
;
int
foo
()
{
return
imports
.
test17181a
.
abc
(
1
);
}
static
this
()
{
assert
(
a
==
2
);
}
void
main
()
{}