diff options
Diffstat (limited to 'tests/run-make-fulldeps/redundant-libs/foo.c')
-rw-r--r-- | tests/run-make-fulldeps/redundant-libs/foo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/redundant-libs/foo.c b/tests/run-make-fulldeps/redundant-libs/foo.c new file mode 100644 index 000000000..339ee86c9 --- /dev/null +++ b/tests/run-make-fulldeps/redundant-libs/foo.c @@ -0,0 +1,2 @@ +void foo1() {} +void foo2() {} |