rust/tests/data/parser/ok/0006_inner_attributes.rs
2018-01-07 19:50:54 +03:00

10 lines
No EOL
236 B
Rust

#![attr]
#![attr(true)]
#![attr(ident)]
#![attr(ident, 100, true, "true", ident = 100, ident = "hello", ident(100))]
#![attr(100)]
#![attr(enabled = true)]
#![enabled(true)]
#![attr("hello")]
#![repr(C, align = 4)]
#![repr(C, align(4))]