rust/tests/data/parser/ok/0026_const_fn_in_block.rs
2018-08-04 13:17:24 +03:00

4 lines
34 B
Rust

fn main() {
const fn f() {}
}