Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gm2
/
iso
/
const
/
pass
/
constbool.mod
blob: 1be96cceaeeff38790141c7b153e1812a7724736 [
file
] [
log
] [
blame
]
MODULE constbool
;
CONST
AddressableBits
=
32
;
MaxBits
=
32
;
BitsInUse
=
ORD
(
AddressableBits
>
MaxBits
)
*
MaxBits
+
ORD
(
AddressableBits
<=
MaxBits
)
*
AddressableBits
;
BEGIN
END
constbool
.