2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2012-06-13 11:20:21 -07:00
|
|
|
//@ aux-build:issue-2526.rs
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
|
2014-04-14 21:00:31 +05:30
|
|
|
#![allow(unused_imports)]
|
2013-08-17 08:37:42 -07:00
|
|
|
|
2014-02-14 10:10:06 -08:00
|
|
|
extern crate issue_2526;
|
2012-09-05 12:32:05 -07:00
|
|
|
use issue_2526::*;
|
2012-06-13 11:20:21 -07:00
|
|
|
|
2013-02-01 19:43:17 -08:00
|
|
|
pub fn main() {}
|