Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Other / mixed-opaque-ptrs-2.ll
blob525b9b161c02e73753858f71f7c31137165eaa20
1 ; RUN: llvm-as -disable-output %s 2>&1
2 ; FIXME: this should err out saying not to mix `ptr` and `foo*`
3 define void @f(ptr) {
4         %a = alloca ptr
5         ret void