summaryrefslogtreecommitdiff
path: root/Test/linear/f3.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/f3.bpl')
-rw-r--r--Test/linear/f3.bpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/linear/f3.bpl b/Test/linear/f3.bpl
new file mode 100644
index 00000000..a375338c
--- /dev/null
+++ b/Test/linear/f3.bpl
@@ -0,0 +1,8 @@
+procedure A() {}
+
+procedure B({:linear ""} tid:int) returns({:linear ""} tid':int)
+{
+ tid' := tid;
+ call A();
+}
+