about summary refs log tree commit diff stats
path: root/tutorial/task6.mu
blob: 631e315cadd34c9877e10dcea1e84047c33415fa (plain) (blame)
1
2
3
4
5
6
fn main {
  var m: int
  var r/edx: int <- copy 0
  # insert a single statement below

}