aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/testheaderudamodule.d
blob: 1a7d650666949ac11176fb7fb9db3a4d0ee20486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/testheaderudamodule.di
// PERMUTE_ARGS:
// POST_SCRIPT: compilable/extra-files/header-postscript.sh testheaderudamodule

@(1, UDA(2))
module testheaderudamodule;

struct UDA
{
    int a;
}

void main() {}