Example usage
```rust
![feature(plugin, custom_attribute)]
![plugin(static
assert
)]
fn main() { #[static
assert
] const TEST: bool = false; } ```