bolt/deps/llvm-18.1.8/flang/test/Driver/Inputs/no_duplicate_main.ll

8 lines
186 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; Create the symbol 'main'; does not have to be the correct
; signature for 'main', we just need the symbol for the linker
; to fail during the test.
define i32 @main() {
ret i32 0
}