{"ScriptPreparationCode":null,"TestCases":[{"Name":"with 0 check","Code":"let idx = 0;\r\nwhile (idx \u003C 1000000) {\r\n\tif (idx != 0) {\r\n \r\n }\r\n idx\u002B\u002B;\r\n}","IsDeferred":false},{"Name":"without 0 check","Code":"let idx = 0;\r\nwhile (idx \u003C 1000000) {\r\n idx\u002B\u002B;\r\n}","IsDeferred":false}]}