void fn(int a) {}

import std.stdio;

void main(){writef("%s\n", typeof(&fn).stringof);}
