fn find_token_by_id() ?int { return none } fn test_main() { assert find_token_by_id() == none println('done') }