From 9da1b126cc017e14035b94c4615d211e5bc4bb21 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Apr 2015 09:56:04 -0700 Subject: 1072 --- cpp/041scenario_test.mu | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cpp/041scenario_test.mu (limited to 'cpp/041scenario_test.mu') diff --git a/cpp/041scenario_test.mu b/cpp/041scenario_test.mu new file mode 100644 index 00000000..bf30ce8f --- /dev/null +++ b/cpp/041scenario_test.mu @@ -0,0 +1,9 @@ +# tests for 'scenario' in previous layer +scenario first_scenario_in_mu [ + run [ + 1:integer <- add 2:literal, 2:literal + ] + memory should contain [ + 1 <- 4 + ] +] -- cgit 1.4.1-2-gfad0