aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/assignation-char-1.a68
blob: 5558ccc140d91e483238a255dfbeb44a3b80b081 (plain)
1
2
3
4
5
# { dg-options "-fstropping=upper" }  #
BEGIN CHAR c;
      c := "x";
      ASSERT (c = "x")
END