summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/runnable/test40.d
blob: 528162b78c13988f1075b45983b44d319bef21eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// EXTRA_SOURCES: imports/test40a.d
// PERMUTE_ARGS:
// REQUIRED_ARGS:

import std.stdio;
import imports.test40a;

class Foo {
        mixin Mix;
}


void main() {
        Bar.foobar();
}