Basic loop support

This commit is contained in:
Eric Holk 2021-11-04 10:56:07 -07:00
parent 96117701f9
commit 298ca2f679
2 changed files with 31 additions and 7 deletions

View file

@ -77,5 +77,5 @@ fn main() {
one_armed_if(true);
if_let(Some(41));
reinit();
// loop_uninit();
loop_uninit();
}