1 // REQUIRED_ARGS: -g
2 
3 // 104. fails only with -g
4 
5 Foofunc f;
6 alias int Foo;
7 alias int function(Foo) Foofunc;
8