1 // REQUIRED_ARGS: -O -cov 2 func(T)3 bool func(T)() 4 { 5 return true; 6 } 7 main()8 void main() 9 { 10 assert(func!int() || int.sizeof); 11 } 12