1012-func-call-builtin.src (93B)
1 func start() i32 { 2 _hexout_(0x10203040); 3 _hexout_(0xcafef00d); 4 _hexout_(-1); 5 return 0; 6 }