mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
These are mostly extractor tests, which now live in `2/extractor-tests`, and a single library tests that was added to the existing directory.
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
| int 0 | 0 |
|
|
| int 1 | 1 |
|
|
| int 2 | 2 |
|
|
| int 123745 | 123745 |
|
|
| int 268435455 | 268435455 |
|
|
| int 17216961135462248174 | 17216961135462248174 |
|
|
| int 100000000000000000000000000000000000000000000 | 100000000000000000000000000000000000000000000 |
|