test-autotools-shared/src/main.c
2015-02-15 18:38:44 +01:00

11 lines
149 B
C

#include "config.h"
#include <stdio.h>
#include "common.h"
int main(int argc, char *argv[])
{
printf ("Hello world\n");
myfunc();
return 0;
}