blob: afb8b7d74af9d1600a1f427593c116ff9dc5b23e [file] [edit]
fn main() {
#[unroll] //~ ERROR the `#[unroll]` attribute is an experimental feature
for _ in 0..10 {}
}