@
@assert x < 10
@show x
@printf "line %3d: %s\n" 42 "foo"
@time fib(20)
@code_llvm fib(10)
@code_native fib(10)