summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/int-constructor.typ
blob: 0bdce6121eb330164d71d2e4cd5c8fbcd69c1d48 (plain) (blame)
1
2
3
4
5
6
7
// Test that integer -> integer conversion doesn't do a roundtrip through float.
// Ref: false

---
#let x = 9223372036854775800
#test(type(x), int)
#test(int(x), x)