brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 476a9e0 Raw
8 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()) {5  ret void6}7 8