rust/tests/ui/issues/issue-2526-a.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
162 B
Rust
Raw Normal View History

// run-pass
// aux-build:issue-2526.rs
// pretty-expanded FIXME #23616
#![allow(unused_imports)]
2013-08-17 15:37:42 +00:00
extern crate issue_2526;
2012-09-05 19:32:05 +00:00
use issue_2526::*;
pub fn main() {}