summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T16453T.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T16453T.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/T16453T.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/T16453T.hs b/testsuite/tests/typecheck/should_run/T16453T.hs
index 98ea6255f7..b8dd8923c4 100644
--- a/testsuite/tests/typecheck/should_run/T16453T.hs
+++ b/testsuite/tests/typecheck/should_run/T16453T.hs
@@ -1,2 +1,4 @@
module T16453T where
-main = putStrLn "T16453T"
+main = putStrLn "T16453T.main"
+foo = putStrLn "T16453T.foo"
+