diff options
Diffstat (limited to 'src/test/run-make-fulldeps/link-path-order/wrong.c')
| -rw-r--r-- | src/test/run-make-fulldeps/link-path-order/wrong.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/link-path-order/wrong.c b/src/test/run-make-fulldeps/link-path-order/wrong.c new file mode 100644 index 00000000000..c53e7e3c48c --- /dev/null +++ b/src/test/run-make-fulldeps/link-path-order/wrong.c @@ -0,0 +1,2 @@ +// ignore-license +int should_return_one() { return 0; } |
