noop-main.ll 161 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; Can be used as an entry point for tests that rely purely on static ; initializer side-effects. define i32 @main(i32 %argc, i8** %argv) { entry: ret i32 0 }