aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/rela-string-1.a68
blob: 92648578dabd3b09defd06d72674f068eb7a4c16 (plain)
1
2
3
4
5
6
7
# { dg-options "-fstropping=upper" }  #
BEGIN ASSERT ("" >= "");
      ASSERT ("" <= "");
      ASSERT ("zzz" > "aaa");
      ASSERT ("zzz" >= "aaa");
      ASSERT ("HelloA" < "HelloB")
END