mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
152 B
D
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;
|