xref: /linux/tools/testing/selftests/bpf/prog_tests/stack_arg_fail.c (revision 12e896b9794bbd88f56aeac2a5807ae8d4bb5ad8)
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2026 Meta Platforms, Inc. and affiliates. */
3 
4 #include <test_progs.h>
5 #include "stack_arg_fail.skel.h"
6 
7 void test_stack_arg_fail(void)
8 {
9 	RUN_TESTS(stack_arg_fail);
10 }
11