Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
test17181c.d
blob: 1722711c6aaeabfd629b7a63aac4bb01fc331073 [
file
] [
log
] [
blame
]
module
imports
.
test17181c
;
int
getA
()()
{
import
imports
.
test17181a
;
return
a
;
}