blob: 65e188ed1b64336d91dbf9df9da51d41edc9edf1 [file] [log] [blame]
// run-pass
// aux-build:issue-40001-plugin.rs
// ignore-stage1
#![feature(plugin)]
#![plugin(issue_40001_plugin)]
#[whitelisted_attr]
fn main() {}