Sign in
cos
/
third_party
/
kernel
/
24d759976a4a7745898904cfbef0a3a3a9ff4bf6
/
.
/
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
);
}