1// Test support for empty statement lists. 2BEGIN 3{ 4 exit(); 5} 6 7syscall:open:return 8{ 9} 10 11syscall:close:return 12/comm != "ksh"/ 13{ 14} 15 16END 17{ 18}