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