aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/pim/fail/badset3.mod
blob: fcbf1775c216939d55d5d57a98b3f6f9f23f6865 (plain)
1
2
3
4
5
6
7
8
9
10
11
MODULE badset3 ;


VAR
   s10: SET OF [1..10] ;
   s20: SET OF [1..20] ;
BEGIN
   IF s10 = s20
   THEN
   END
END badset3.