mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
basic working test case
This commit is contained in:
parent
8a21b42c20
commit
d6ed2147ae
4 changed files with 27 additions and 5 deletions
|
@ -5285,6 +5285,9 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
_ => unreachable!(),
|
||||
};
|
||||
|
||||
let string =
|
||||
complex_bitcast(env.builder, string, env.str_list_c_abi().into(), "to_utf8");
|
||||
|
||||
call_bitcode_fn(env, &[string], intrinsic)
|
||||
} else {
|
||||
unreachable!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue