blob: 3f0565cf271600cf3e6cd68ca553a3db531d2c88 (
plain)
1
2
3
4
5
6
7
|
# { dg-options "-fstropping=upper" } #
BEGIN [,]CHAR matrix = (("1", "0", "1"),
("4", "0", "4"),
("7", "0", "6"));
ASSERT (matrix[1:3,1] > matrix[1:3,3]);
ASSERT (("1","4","7") > matrix[1:3,3])
END
|