meson/manual tests/5 rpm/main.c

9 lines
111 B
C
Raw Permalink Normal View History

#include<lib.h>
#include<stdio.h>
2019-11-27 12:06:51 +08:00
int main(void)
{
char *t = meson_print();
printf("%s", t);
return 0;
}