diff options
Diffstat (limited to 'test cases/unit/89 pkgconfig build rpath order/prog.c')
-rw-r--r-- | test cases/unit/89 pkgconfig build rpath order/prog.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/unit/89 pkgconfig build rpath order/prog.c b/test cases/unit/89 pkgconfig build rpath order/prog.c new file mode 100644 index 0000000..45b2fa3 --- /dev/null +++ b/test cases/unit/89 pkgconfig build rpath order/prog.c @@ -0,0 +1,5 @@ +int get_stuff(); + +int main(int argc, char **argv) { + return get_stuff(); +} |