blob: f8e2c3af1500e6b52cea07de1a7d4040d90a3b44 [file] [log] [blame]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@foo = dso_local ifunc i32 (i32), i32 (i32)* ()* @foo_ifunc
; CHECK: @foo = dso_local ifunc i32 (i32), i32 (i32)* ()* @foo_ifunc
define internal i32 (i32)* @foo_ifunc() {
entry:
ret i32 (i32)* null
}