diff options
Diffstat (limited to 'Tests/OutOfBinary/outlib.c')
-rw-r--r-- | Tests/OutOfBinary/outlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/OutOfBinary/outlib.c b/Tests/OutOfBinary/outlib.c new file mode 100644 index 0000000..9ea579b --- /dev/null +++ b/Tests/OutOfBinary/outlib.c @@ -0,0 +1,2 @@ +int outlib() { return 456; } + |