summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/galois_raytrace/Misc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/galois_raytrace/Misc.hs')
-rw-r--r--testsuite/tests/programs/galois_raytrace/Misc.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/Misc.hs b/testsuite/tests/programs/galois_raytrace/Misc.hs
new file mode 100644
index 0000000000..104bd06af1
--- /dev/null
+++ b/testsuite/tests/programs/galois_raytrace/Misc.hs
@@ -0,0 +1,11 @@
+-- Copyright (c) 2000 Galois Connections, Inc.
+-- All rights reserved. This software is distributed as
+-- free software under the license in the file "LICENSE",
+-- which is included in the distribution.
+
+module Misc where
+
+import Debug.Trace
+
+debug s v = trace (s ++" : "++ show v ++ "\n") v
+-- debug s v = v