1; Create the symbol 'main'; does not have to be the correct2; signature for 'main', we just need the symbol for the linker3; to fail during the test.4 5define i32 @main() {6 ret i32 07}8