aboutsummaryrefslogtreecommitdiff
path: root/std/fundamental/tests.pk
blob: 7eb00a8843fcc97987407ce5390fdc03f2e5cbfa (plain) (blame)
1
2
3
4
5
## std/tests: Utility macros and functions for testing.

## A macro for runnable examples. Runs them on compilation.
pub macro examples(body) =
  ...