1; Create the symbol 'main'; does not have to be the correct 2; signature for 'main', we just need the symbol for the linker 3; to fail during the test. 4 5define i32 @main() { 6 ret i32 0 7} 8