diff options
Diffstat (limited to 'testsuite/tests/profiling/should_compile/prof001.hs')
-rw-r--r-- | testsuite/tests/profiling/should_compile/prof001.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_compile/prof001.hs b/testsuite/tests/profiling/should_compile/prof001.hs new file mode 100644 index 0000000000..8873a8487e --- /dev/null +++ b/testsuite/tests/profiling/should_compile/prof001.hs @@ -0,0 +1,5 @@ + +-- This tests trac #249 + +main = return () + |