summaryrefslogtreecommitdiff
path: root/tests/feature_check/int_64.py
blob: 4d053782ca82b606915ff9de806b28685d3d9072 (plain)
1
2
# Check whether 64-bit long integers are supported
print(1 << 62)