blob: f0eaeba821a2a3f6b8b250bf8d6c1d18e043f532 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail10299.d(11): Error: `foo!string` is not an lvalue and cannot be modified
---
*/
template foo(T)
{
}
auto fp = &foo!string; // ICE