40fbb32
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__); }