Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
test57a.d
blob: 237d6020b354d5d2f3a389930d983eecfc9fa5d6 [
file
] [
log
] [
blame
]
module
imports
.
test57a
;
import
imports
.
test57b
;
// works - even fixes the error from below!
// C!(int) x;
// doesn't work
void
foo
()
{
C
!(
int
)
x
;
}