[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / byref-parse-error-4.ll
blob6b6a6c25715cf3a3a494eaf2b16d4e9eb99f8a3a
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
4 define void @test_byref(i8* byref(0)) {
5   ret void