// -*- rust -*- fn main() { spawn child(10); } fn child(int i) { log i; }