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