Sign in
llvm
/
llvm-project
/
8fcb1263f42657ecbc355beff12500dfbcddee17
/
.
/
flang
/
test
/
Driver
/
Inputs
/
no_duplicate_main.ll
blob: ff2b19dfe9e288bd7687172fa0bfe91b273ac665 [
file
]
; 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
}