1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: invalid type for function argument4define void @test() {5bb:6 call void asm "", ""(label %bb)7 ret void8}9 10