* [#15280](https://bugzilla.scilab.org/15280): `gsort` was unable to sort any hypermatrix along dimensions > "r"|"c".
* [#15839](https://bugzilla.scilab.org/15839): `gsort`: the only sparse possible input were real or complex vectors, and only with the `g` method.
* [#15842](https://bugzilla.scilab.org/15842): `unique` could not process 2D sparse matrices.
+* [#16069](https://bugzilla.scilab.org/16069): [].figure_name crashes Scilab.
* [#16106](https://bugzilla.scilab.org/16106): Xcos sciblk4 user-defined blocks did not handle opar and odstate/oz correctly.
* [#16122](https://bugzilla.scilab.org/16122): concat polynomials with <> var did not raise an error.
* [#16151](https://bugzilla.scilab.org/16151): `isequal(1:$, 2:$)` returned `%T`.
--- /dev/null
+// =============================================================================
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2020 - Cedric Delamarre
+//
+// This file is distributed under the same license as the Scilab package.
+// =============================================================================
+//
+// <-- CLI SHELL MODE -->
+// <-- NO CHECK REF -->
+//
+// <-- Non-regression test for bug 16069 -->
+//
+// <-- Bugzilla URL -->
+// http://bugzilla.scilab.org/16069
+//
+// <-- Short Description -->
+// [].figure_name crashes Scilab
+
+msg = msprintf(gettext("Attempt to reference field of non-structure array.\n"));
+assert_checkerror("[].figure_name", msg);