aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/interpreter
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite/interpreter')
-rw-r--r--src/testsuite/interpreter/1849734.input6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testsuite/interpreter/1849734.input b/src/testsuite/interpreter/1849734.input
new file mode 100644
index 00000000..ca1eb28f
--- /dev/null
+++ b/src/testsuite/interpreter/1849734.input
@@ -0,0 +1,6 @@
+++ Contributed by Gabriel Dos Reis
+-- Issue: the interpreter should allow overload of logical operators.
+a := 2::OutputForm
+b := 4::OutputForm
+a and b
+