summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/forward1.d
blob: 7c5f76df4b6aabbcaaffca31562fd6fed8720f18 (plain)
1
2
3
4
5
6
7
8
// REQUIRED_ARGS: -g

// https://issues.dlang.org/show_bug.cgi?id=104
// fails only with -g

Foofunc f;
alias int Foo;
alias int function(Foo) Foofunc;