linux/tools/perf/config/feature-checks/test-libslang.c

7 lines
65 B
C

#include <slang.h>
int main(void)
{
return SLsmg_init_smg();
}