main()1 fn main() { 2 // Polling an empty list should trap: 3 test_programs::wasi::io::poll::poll(&[]); 4 } 5