Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
test40.d
blob: 497b0bed52f3107d25d10ae807bfb6c456e08c01 [
file
] [
log
] [
blame
]
// EXTRA_SOURCES: imports/test40a.d
// PERMUTE_ARGS:
// REQUIRED_ARGS:
import
core
.
stdc
.
stdio
;
import
imports
.
test40a
;
class
Foo
{
mixin
Mix
;
}
void
main
()
{
Bar
.
foobar
();
}