aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/posix-getenv-1.a68
blob: d1e690568124440338fbdc1b6227def6ea3235bf (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #
BEGIN ASSERT (getenv ("") = "");
      ASSERT (getenv ("DOESNT EXIST FOR SURE") = "")
END