DirectXShaderCompiler/test/Assembler/invalid-uselistorder-type.ll

5 строки
170 B
LLVM

; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: error: '@global' defined with type 'i32*'
@global = global i32 0
uselistorder i31* @global, { 1, 0 }