brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · ff2b19d Raw
8 lines · plain
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