dmd/compiler/test/compilable/forward1.d
2022-07-09 18:53:07 +02:00

8 lines
152 B
D

// 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;