```au3 Dim $a = ["test"] assertSame($a, $a) ``` output: ``` Failed asserting that Array is identical to Array. ```
output: