blob: d88452b797610c9640feabc3f6ea650f07efc73a [file] [log] [blame]
; RUN: llvm-as < %s
define noalias i8* @_Znwj(i32 %x) nounwind {
%A = malloc i8, i32 %x
ret i8* %A
}