summaryrefslogtreecommitdiffstats
path: root/manual tests/5 rpm/lib.c
blob: efc230aab7ac433df35f4643227e835d33e7e2fb (plain)
1
2
3
4
5
6
#include"lib.h"

char *meson_print(void)
{
  return "Hello, world!";
}