Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
Same.d
blob: a4c6f0f83178abb75324ec119610b962a8f73317 [
file
] [
log
] [
blame
]
/*
EXTRA_SOURCES: imports/Other.d
PERMUTE_ARGS:
RUN_OUTPUT:
---
Same
other
---
*/
module
Same
;
// makes no difference if removed
import
core
.
stdc
.
stdio
;
class
Same
{
this
()
{
printf
(
"Same\n"
);
}
}