1; RUN: not llc -march=bpf < %s 2> %t1 2; RUN: FileCheck %s < %t1 3; CHECK: too many args 4 5; Function Attrs: nounwind readnone uwtable 6define i32 @bar(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f) #0 { 7entry: 8 ret i32 1 9} 10 11; Function Attrs: nounwind readnone uwtable 12define i32 @foo(i32 %a, i32 %b, i32 %c) #0 { 13entry: 14 ret i32 1 15} 16