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