diff options
Diffstat (limited to 'testsuite/tests/ghci/linking/add.c')
-rw-r--r-- | testsuite/tests/ghci/linking/add.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/linking/add.c b/testsuite/tests/ghci/linking/add.c new file mode 100644 index 0000000000..538880cdc1 --- /dev/null +++ b/testsuite/tests/ghci/linking/add.c @@ -0,0 +1 @@ +int add2(int x, int y) { return x + y; } |