1 ; REQUIRES: system-windows
2 ; RUN: lli -jit-kind=orc-lazy -extra-module %p/Inputs/comdat-functions.ll %s
3 ; Check if crashing comdat any functions are not causing duplicate symbol error.
7 define i32 @baz() comdat {
12 define i32 @main(i32 %argc, i8** %argv) {
14 %call = tail call i32 @baz()