1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s 2 ; CHECK: error: invalid declaration in uselistorder_bb 3 declare void @foo() 4 uselistorder_bb @foo, %bb, { 1, 0 } 5