1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/tools/gyp/test/same-source-file-name/src/subdir2/func.c Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +#include <stdio.h> 1.5 + 1.6 +void subdir2_func(void) 1.7 +{ 1.8 + printf("Hello %s from subdir2/func.c\n", PROG); 1.9 +}