brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 525b9b1 Raw
7 lines · plain
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