1 
2 public import test10441c;
3 
4 auto foo()()
5     if (boo(1))
6 {
7     return 1;
8 }
9 
10