test149

Undocumented in source.
immutable
auto test149 = q{--- test149 // Test implicit function template instantiation (2 different types that have common type) void fun[T](T param1, T param2) {} void run(){ fun(42, 500); } };

Meta