brintos

brintos / llvm-project-archived public Read only

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