4coder-non-source/test_data/sample_files/parser_test1_sub2.h

9 lines
167 B
C

/*
* THIS TESTS:
* - #include ing a file in the same folder that doesn't contain the unit's target file
*/
OTHER_STUFF_FUNC(sub2);
#include "parser_test1_sub3.h"