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