以下のような名前空間下の変数定義にも属性を付与できるようにしたい。 ```js :: Tests { #[test] // Multiple statements cannot be placed on a single line. (Line 2, Column 5) @assert_success() { func() } } ```