diff options
Diffstat (limited to 'test cases/common/77 extract from nested subdir/src/first/lib_first.c')
| -rw-r--r-- | test cases/common/77 extract from nested subdir/src/first/lib_first.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/77 extract from nested subdir/src/first/lib_first.c b/test cases/common/77 extract from nested subdir/src/first/lib_first.c new file mode 100644 index 000000000..5fc32678c --- /dev/null +++ b/test cases/common/77 extract from nested subdir/src/first/lib_first.c @@ -0,0 +1,3 @@ +int first(void) { + return 1001; +} |
