aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isa
diff options
context:
space:
mode:
Diffstat (limited to 'etc/isa')
-rw-r--r--etc/isa/multiple/B.ML4
-rw-r--r--etc/isa/multiple/C.ML1
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/isa/multiple/B.ML b/etc/isa/multiple/B.ML
index cbf6322f..e0226516 100644
--- a/etc/isa/multiple/B.ML
+++ b/etc/isa/multiple/B.ML
@@ -1,4 +1,4 @@
(* Scripting buffer for theory B *)
-val a = ();
-val it = ();
+val b = 0;
+val b1 = 1;
diff --git a/etc/isa/multiple/C.ML b/etc/isa/multiple/C.ML
index f144a610..4ad965a2 100644
--- a/etc/isa/multiple/C.ML
+++ b/etc/isa/multiple/C.ML
@@ -1,3 +1,4 @@
(* Scripting buffer for theory C *)
+val c1 = 4;
val c = 5;