blob: 7c5f76df4b6aabbcaaffca31562fd6fed8720f18 [file] [log] [blame]
// 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;