%struct = type { i16 } declare i16 @g(%struct*) readnone define void @f() { entry: %call = call i16 @g(%struct* byval(%struct) align 1 undef) ret void }