From 0a4bbbf62fca191bba9354b0fd280e7a6bc0ac83 Mon Sep 17 00:00:00 2001
From: Bill Wendling
ret i32 5 ; Return an integer value of 5
ret void ; Return from a void function
- ret { i32, i8 } { i32 4, i8 2 } ; Return an struct of values 4 and 2
+ ret { i32, i8 } { i32 4, i8 2 } ; Return a struct of values 4 and 2
Note that the code generator does not yet fully support large -- 2.34.1