about summary refs log tree commit diff stats
path: root/cpp/051scenario_test.mu
blob: 024086a9e11fe3c2971d1a7bd68968d8e97047a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# tests for 'scenario' in previous layer

scenario first_scenario_in_mu [
  run [
    1:integer <- add 2:literal, 2:literal
  ]
  memory should contain [
    1 <- 4
  ]
]