rust/tests/rustdoc/inline_cross/auxiliary/const-fn.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
59 B
Rust
Raw Normal View History

2023-10-12 11:44:37 -05:00
#![feature(effects)]
pub const fn load() -> i32 {
0
}