aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/mult-char-1.a68
blob: 0e3c1f4b93f06a79f1eb8c1065cba66e1c870714 (plain)
1
2
3
4
5
# { dg-options "-fstropping=upper" }  #
BEGIN ASSERT ("a" * 3 = "aaa");
      ASSERT ("" * 1 = "");
      ASSERT ("x" * 0 = "x")
END