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
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