2022-12-05 11:12:17 -05:00

10 lines
102 B
LLVM

define linkonce_odr i32 @baz() #0 {
entry:
ret i32 0
}
define ptr @bar() {
entry:
ret ptr @baz
}