aboutsummaryrefslogtreecommitdiff
path: root/examples/NoLayout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/NoLayout.hs')
-rw-r--r--examples/NoLayout.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/NoLayout.hs b/examples/NoLayout.hs
new file mode 100644
index 00000000..0be97ba1
--- /dev/null
+++ b/examples/NoLayout.hs
@@ -0,0 +1,4 @@
+module NoLayout where {
+ -- | the class 'C'
+ g :: Int;
+ }