blob: 617714394542327718d278ab9c39123f4092fbc6 [file] [log] [blame]
; RUN: llvm-as < %s
%struct.S_102 = type { float, float }
declare %struct.S_102 @f_102() nounwind
@callthis = external global void ()* ; <void ()**> [#uses=50]
define void @foo() {
store void ()* bitcast (%struct.S_102 ()* @f_102 to void ()*), void ()** @callthis, align 8
ret void
}