Idris2/tests/chez/chez033/Main.idr
Edwin Brady c839c98c7d Add test for incremental compilation
Ideally we'd have a complete incremental build in CI, but that could be
a bit fiddly to set up at the moment (updating bootstrap code might make
it easier). This tests that the basic facilities work, though - there's
a lot can go wrong even in a small test like this, trust me, I have made
those mistakes :).
2021-07-11 00:05:00 +01:00

5 lines
57 B
Idris

import Mod
main : IO ()
main = printLn (fn (100 * 100))