Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Assembler / byref-parse-error-0.ll
blobc117d37d27f0f28dc2d7b8f95d645395f1773a46
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:34: error: expected '('{{$}}
4 define void @test_byref(ptr byref) {
5   ret void