about summary refs log blame commit diff stats
path: root/tutorial/task8c.mu
blob: 68d90c9aeb99ffcb72a1834c9c9dc2c507ae77d0 (plain) (tree)
1
2
3
4
5
6
7






                     
fn f -> _/eax: int {
  return 3
}

fn main {
  var x/ecx: int <- f
}