xref: /llvm-project/flang/test/Driver/Inputs/no_duplicate_main.ll (revision 17feb330aab39c6c0c21ee9b02efb484dfb2261e)
1; Create the symbol 'main'; does not have to be the correct
2; signature for 'main', we just need the symbol for the linker
3; to fail during the test.
4
5define i32 @main() {
6  ret i32 0
7}
8