Sign in
android-kvm
/
linux
/
1e3cd03c54b76b4cbc8b31256dc3f18c417a6876
/
.
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
uninit_stack.c
blob: e64c71948491f114b2a884f6a543587559c84d1e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<test_progs.h>
#include
"uninit_stack.skel.h"
void
test_uninit_stack
(
void
)
{
RUN_TESTS
(
uninit_stack
);
}