1 # Demo of floating-point 2 3 fn main { 4 var n/eax: int <- copy 0 5 var result/xmm0: float <- convert n 6 }