1#unittest { 2 name: "Test Int.random() no arguments"; 3 error: RUNTIME; 4}; 5 6func main() { 7 return Int.random() 8} 9