xref: /aosp_15_r20/external/llvm/test/CodeGen/BPF/vararg1.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: not llc -march=bpf < %s 2> %t1
2; RUN: FileCheck %s < %t1
3; CHECK: with VarArgs
4
5; Function Attrs: nounwind readnone uwtable
6define void @foo(i32 %a, ...) #0 {
7entry:
8  ret void
9}
10