Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
testmod1a.d
blob: 2b5819fef6c5cc27c091b8693efd77616a879de4 [
file
] [
log
] [
blame
]
module
imports
.
testmod1a
;
import
testmod1
;
void
bar2
()
{
Foo
!(
int
)
w
;
}