8 lines
101 B
MiniZinc
8 lines
101 B
MiniZinc
/***
|
|
!Test
|
|
expected: !Error
|
|
type: MiniZincTypeError
|
|
***/
|
|
|
|
float: x :: add_to_output = 2.0 div 1.0;
|