aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0006_inner_attributes.rs
blob: e81f8b1e84fbcc0a9c21b33256e9f1d9965f1af8 (plain)
1
2
3
4
5
6
7
8
9
10
#![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))]