blob: eed8739d688086ad2d885b8cc70bcfbce2ff657d [file] [log] [blame]
// REQUIRED_ARGS: -O -cov
bool func(T)()
{
return true;
}
void main()
{
assert(func!int() || int.sizeof);
}