1; RUN: llvm-as -disable-output %s 2>&12; FIXME: this should err out saying not to mix `ptr` and `foo*`3define void @f(ptr) {4 %a = alloca ptr5 ret void6}7