Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
ice15760.d
blob: aa7b9c3ae277b0f05a3191897976d47038d691be [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
// EXTRA_SOURCES: imports/a15760.d
module
ice15760
;
import
imports
.
a15760
:
Foo
;
struct
Bar
{
__gshared
Foo
foo
;
}