blob: d88452b797610c9640feabc3f6ea650f07efc73a [file] [log] [blame]
Nick Lewycky02ff3082008-11-24 03:41:24 +00001; RUN: llvm-as < %s
2
3define noalias i8* @_Znwj(i32 %x) nounwind {
4 %A = malloc i8, i32 %x
5 ret i8* %A
6}