about summary refs log blame commit diff stats
path: root/ex8.mu
blob: 367c665fae5ef485f7501d6648444533db460e0a (plain) (tree)
1
2
3
4
5
6





                                     
# Demo of floating-point

fn main {
  var n/eax: int <- copy 0
  var result/xmm0: float <- convert n
}