WRfunc

Print out the intermediate code for a function.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
WRfunc
(
const char* msg
,,
block* startblock
)

Parameters

msg char*

label for the print

sfunc Symbol*

function to print

startblock block*

intermediate code

Meta