brintos

brintos / linux-shallow public Read only

0
0
Text · 152 B · e64c719 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#include <test_progs.h>4#include "uninit_stack.skel.h"5 6void test_uninit_stack(void)7{8	RUN_TESTS(uninit_stack);9}10