diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-02 15:18:10 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-01-02 15:18:58 +0000 |
commit | 40db99a7c485aa58f9fc3a209fced8720cf5c3e5 (patch) | |
tree | 5a19163e3253219d3b6bf62ec1a9c15a85aa444e /testsuite/tests/ghc-api/T8639_api_a.hs | |
parent | f54fc09bb17226c71deb766306cb2e293c33dc83 (diff) | |
download | haskell-40db99a7c485aa58f9fc3a209fced8720cf5c3e5.tar.gz |
Test Trac #8639
Diffstat (limited to 'testsuite/tests/ghc-api/T8639_api_a.hs')
-rw-r--r-- | testsuite/tests/ghc-api/T8639_api_a.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/T8639_api_a.hs b/testsuite/tests/ghc-api/T8639_api_a.hs new file mode 100644 index 0000000000..ed0d96db71 --- /dev/null +++ b/testsuite/tests/ghc-api/T8639_api_a.hs @@ -0,0 +1,3 @@ +module T8639_api_a where + +it = True |