Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
extra-files
/
lib13742b.d
blob: 03163b5504e05ce5fc41b796a0d32787e643f570 [
file
] [
log
] [
blame
]
module
lib13742b
;
import
lib13742a
;
void
clear
()
{
void
foo
()
{}
// nested function
performLocked
!
foo
;
// template from other module (preceding on command line)
}