blob: 1ab041d66de36e94431cbb69f94f32bab2f3d300 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2026 Meta Platforms, Inc. and affiliates. */
#include <test_progs.h>
#include "stack_arg_precision.skel.h"
void test_stack_arg_precision(void)
{
RUN_TESTS(stack_arg_precision);
}
|