1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
202 B
MiniZinc

/***
!Test
expected: !Error
type: MiniZincTypeError
regex: .*non-set-array-ti-location\.mzn.*
***/
% GitHub issue #408 - used to not give useful location info
array[2] of bool: x = [false, true];