A gcc_jit_param is a function parameter, used when creating a gcc_jit_function. It is also a gcc_jit_lvalue (and thus also an rvalue); use gcc_jit_param_as_lvalue to convert.
See Implementation
A gcc_jit_param is a function parameter, used when creating a gcc_jit_function. It is also a gcc_jit_lvalue (and thus also an rvalue); use gcc_jit_param_as_lvalue to convert.