aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/identification-1.a68
blob: 71cc808cff4a1357bbe7e611e00d76312bb3c7f0 (plain)
1
2
3
4
5
6
# { dg-options "-fstropping=upper" }  #
BEGIN PROC a = REAL: b := c;
      REAL b := 1, c := 2;
      REAL x := a;
      SKIP
END