Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
gregkh
/
tty
/
tty-testing
/
.
/
tools
/
build
/
feature
/
test-libelf-zstd.c
blob: a1324a1db3bb7cd8f352ea7b29cf171c29d923bd [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stddef.h>
#include
<libelf.h>
int
main
(
void
)
{
elf_compress
(
NULL
,
ELFCOMPRESS_ZSTD
,
0
);
return
0
;
}