brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · 1047f0c Raw
7 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}4define void @test_byref(ptr byref(-1)) {5  ret void6}7