difftastic/vendored_parsers/tree-sitter-hack/test/cases/literals/integers.hack

8 lines
35 B
Plaintext

1;
17;
07;
0x1A;
0X1A;
0b01;
0B01;