about summary refs log tree commit diff stats
path: root/tools/regs.mu
blob: e61e066250bf41497b602c42d143b969e0fea1c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
type bar {
  x: int
  y: boolean
}

fn foo {
  var a/eax: int <- copy 0
  var a/ecx: int <- copy 0
  var a/edx: int <- copy 0
  var a/ebx: int <- copy 0
  var a/esi: int <- copy 0
  var a/edi: int <- copy 0
}