summaryrefslogtreecommitdiff
path: root/Test/test0/Types1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/Types1.bpl')
-rw-r--r--Test/test0/Types1.bpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/test0/Types1.bpl b/Test/test0/Types1.bpl
new file mode 100644
index 00000000..f743be85
--- /dev/null
+++ b/Test/test0/Types1.bpl
@@ -0,0 +1,7 @@
+type T, U;
+type V;
+
+function h(T) returns (int);
+function k(x:T) returns (int);
+function l(x) returns (int); // resolve error
+function m(x:int, x) returns (bool); // resolve error