Example: lrc_<type>_by_ref

This example allocates memory to a pointer to a variable of type int, and initializes it with the value 7.

int * num = lrc_int_by_ref ("7");