diff options
Diffstat (limited to 'testsuite/tests/cabal/cabal01/hello.c')
-rw-r--r-- | testsuite/tests/cabal/cabal01/hello.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/cabal01/hello.c b/testsuite/tests/cabal/cabal01/hello.c new file mode 100644 index 0000000000..de051f6f6b --- /dev/null +++ b/testsuite/tests/cabal/cabal01/hello.c @@ -0,0 +1 @@ +int main () {return 9;} |