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