Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
link14588.d
blob: cfc81574ca3466a3497b1cc743c136ce33d03d2a [
file
] [
log
] [
blame
]
// EXTRA_SOURCES: imports/link14588a.d
// PERMUTE_ARGS: -allinst -unittest -debug -inline
// COMPILE_SEPARATELY:
import
imports
.
link14588a
;
void
main
()
{
new
A
().
all
();
}