blob: d60f41dd5a3275381393f38dc3955499f79413cd [file] [log] [blame]
// run-pass
// aux-build:lint_tool_test.rs
// ignore-stage1
// compile-flags: -A test-lint
#![feature(plugin)]
#![warn(unused)]
#![plugin(lint_tool_test)]
fn lintme() { }
pub fn main() {
}