mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 08:32:39 +00:00
10 lines
152 B
C
10 lines
152 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
#include <test_progs.h>
|
||
|
#include "uninit_stack.skel.h"
|
||
|
|
||
|
void test_uninit_stack(void)
|
||
|
{
|
||
|
RUN_TESTS(uninit_stack);
|
||
|
}
|