Sign in
cos
/
third_party
/
kernel
/
99d930f3ece461da976ffeb3c44dfdfbd7a910ec
/
.
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
uninit_stack.c
blob: e64c71948491f114b2a884f6a543587559c84d1e [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<test_progs.h>
#include
"uninit_stack.skel.h"
void
test_uninit_stack
(
void
)
{
RUN_TESTS
(
uninit_stack
);
}