| Add the differential test runner, and a lowering to measure with it | 1 | //@ reject: 128-bit integers have no faithful Nim equivalent |
| 2 | // The rule that this project exists to enforce: no silent approximation. | |
| 3 | fn main() { | |
| 4 | let x: i128 = 1; | |
| 5 | println!("{}", x); | |
| 6 | } |