brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · b729799 Raw
8 lines · plain
1; Can be used as an entry point for tests that rely purely on static2; initializer side-effects.3 4define i32 @main(i32 %argc, ptr %argv) {5entry:6  ret i32 07}8