brintos

brintos / llvm-project-archived public Read only

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