brintos

brintos / llvm-project-archived public Read only

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