pascalabcnet/TestSuite/formatter_tests/should/case8.pas

8 lines
65 B
ObjectPascal
Raw Permalink Normal View History

2019-09-08 16:06:31 +03:00
begin
case 0 of
0: writeln;
else
;;
end;
end.