2019-07-27 00:54:25 +03:00
|
|
|
// run-pass
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-09-25 00:43:37 -07:00
|
|
|
pub fn main() {
|
2013-05-24 17:29:54 -05:00
|
|
|
// Make sure that this view item is filtered out because otherwise it would
|
|
|
|
// trigger a compilation error
|
2014-08-12 19:25:05 -07:00
|
|
|
#[cfg(not_present)] use bar as foo;
|
2013-05-24 17:29:54 -05:00
|
|
|
}
|