IR: Drop scope from MDTemplateParameter
[oota-llvm.git] / test / Assembler / invalid-uselistorder-type.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2 ; CHECK: error: '@global' defined with type 'i32*'
3 @global = global i32 0
4 uselistorder i31* @global, { 1, 0 }