nitc :: AbstractCompilerVisitor :: int32_instance
# Generate an int32 value fun int32_instance(value: Int32): RuntimeVariable do var t = mmodule.int32_type var res = new RuntimeVariable("INT32_C({value.to_s})", t, t) return res end