summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test17548.d
blob: 67b32d7a3ad9019f2550e7505edf48d0d017f053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// REQUIRED_ARGS: -c

module test17548;

struct S1 {
    void foo(scope S2 arg) {}
    int myField;
}

enum cnst = 4321;

import imports.fwdref2_test17548;