[ create a new paste ] login | about

Link: http://codepad.org/ozZzC98d    [ raw code | output | fork ]

BCSd - D, pasted on Jun 14:
1
2
3
4
5
void fn(int a) {}

import std.stdio;

void main(){writef("%s\n", typeof(&fn).stringof);}


Output:
1
void(*)(int a)


Create a new paste based on this one


Comments: