12 lines · plain
1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2; CHECK: error: invalid numeric label in uselistorder_bb3 4@ba1 = constant ptr blockaddress (@foo, %1)5 6define void @foo() {7 br label %18 unreachable9}10 11uselistorder_bb @foo, %1, { 1, 0 }12