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