aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/environment-enquiries-3.a68
blob: 7aba4cd4cb180cfe8b0b276440ab09a3c25c833d (plain)
1
2
3
4
5
6
7
8
9
# { dg-options "-fstropping=upper" }  #
# Environment enquiries for SIZETY BITS #
BEGIN ASSERT (bits width > 0);
      ASSERT (long bits width >= bits width);
      ASSERT (long long bits width >= long bits width);
      ASSERT (short bits width <= bits width);
      ASSERT (short short bits width <= short bits width)
END