Internal error 99080501 IE99080501
##### FPC [main] --- ```pascal program app; {$mode objfpc} procedure test(a: array of const); begin a := [1, 2, 3]; end; begin end. ``` # 📝 _Yes, I know it's invalid artificially created code_
issue