Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
a19.d
blob: 3681d97d7938f3af138b94dab583cca2a71a8f9e [
file
] [
log
] [
blame
]
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/a19a.d
// PERMUTE_ARGS:
import
imports
.
a19a
;
int
main
(
char
[][]
args
)
{
TemplatedStruct
!(
Dummy
)
e
;
return
0
;
}