gcc_jit_block_end_with_return

Terminate a block by adding evaluation of an rvalue, returning the value.

This is roughly equivalent to this C code:

return expression;

extern (C)
void
gcc_jit_block_end_with_return

Meta