//ww:compile package main; export fn f(x: f64, y: f64, z: f64) (f64, f64, f64) = { return (x, y, z); };