Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Assembler / invalid-uselistorder_bb-missing-body.ll
blob0fbc3a8338801458b2ba0b2a0c3333d087599f23
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 }