gcc_jit_block_add_eval

Add evaluation of an rvalue, discarding the result (e.g. a function call that "returns" void).

This is equivalent to this C code:

(void)expression;

extern (C)
void
gcc_jit_block_add_eval

Meta