summaryrefslogblamecommitdiffstats
path: root/src/test.c
blob: 9a5aeb9230efd421c45e11ec2d2ea7d88a04b17a (plain) (tree)
1
2
3
4
5
6
7
8







                                               
#include "test.h"
#include <stdio.h>

void
test_func()
{
  printf("This is a test from %s\n", __FILE__);
}