9 lines
175 B
C
9 lines
175 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"
|