aboutsummaryrefslogtreecommitdiff
path: root/std/special/compiler_rt/modti3_test.zig
AgeCommit message (Collapse)Author
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221
2019-04-04fix `@divFloor` returning incorrect value and add `__modti3`Andrew Kelley
Closes #2152 See #1290