summaryrefslogtreecommitdiffstatshomepage
path: root/tests/feature_check/bytearray.py
blob: 601ef4597c4420945eec39d0feb71e48d21eb2e0 (plain) (blame)
1
2
3
4
5
try:
    bytearray
    print("bytearray")
except NameError:
    print("no")