blob: ff52936a8dc886eaeab1477d89c29783dbe83d0f [file] [log] [blame]
// RUNNABLE_PHOBOS_TEST
// https://issues.dlang.org/show_bug.cgi?id=5305
import std.math;
void map(real function(real) f) { }
int main() { map(&sqrt); return 0; }