Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
b29aec358f22d21c6e54decdbdc53c0e8aa7c76b
/
.
/
src
/
kernel
/
linux
/
v4.19
/
tools
/
build
/
feature
/
test-libslang.c
blob: 9cbff8d1df53c7353d9ac9aca756fd44bf1906aa [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0
2
#include
<slang.h>
3
4
int
main
(
void
)
5
{
6
return
SLsmg_init_smg
();
7
}