Example usage
```rust
![feature(plugin)]
![plugin(static_assert)]
fn main() { static_assert!(5 == 4); } ```