aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/compiler/1867459.spad
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite/compiler/1867459.spad')
-rw-r--r--src/testsuite/compiler/1867459.spad8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testsuite/compiler/1867459.spad b/src/testsuite/compiler/1867459.spad
new file mode 100644
index 00000000..67ed4930
--- /dev/null
+++ b/src/testsuite/compiler/1867459.spad
@@ -0,0 +1,8 @@
+++ Contributed by Luke Wagner.
+)abbrev package FOO Foo
+
+Foo() : with
+ foo : Integer -> Integer
+ == add
+ foo i -- missing ==
+ i