Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
test3a.d
blob: 7a00c58df68f89e53461a5b2e6a042135c6034ca [
file
] [
log
] [
blame
]
module
imports
.
test3a
;
import
imports
.
test3b
;
extern
(
C
)
int
printf
(
const
char
*,
...);
class
Afoo
{
static
this
()
{
printf
(
"Afoo()\n"
);
}
}