1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2 3; CHECK: expected uint32 param4define void @f(target("type", i32, 0, void) %a) {5 ret void6}7