brintos

brintos / llvm-project-archived public Read only

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