/* Currently return isn't implemented (and no ret instructions are output either) */ /* Oh and arguments aren't supported yet either */ /* But functions work :) */ foo: u0() { return 15; };