blob: 62d7ac812f3e29ce27741d4e7d3f77dfeb295783 [file] [log] [blame]
// REQUIRED_ARGS:
module imports.inc11239;
int foo(T)(T x)
{
return 3;
}
debug
{
int x = foo(2);
}