1 2 3 4 5 6 7
// Yet another basic function foo7 { bits32 x; (x) = foreign "C--" get_time() "safe"; return (x); }