aboutsummaryrefslogtreecommitdiff
path: root/doc/usage/invoke_expand.rs.lock
blob: 3274d7773de942f6aebf122ef29c03182da92b9e (plain) (blame)
1
2
3
4
5
6
fn compute(x: i32) -> i32 {
    x * 2
}
fn example() -> i32 {
    { { compute(5) } }
}