2019-07-26 16:54:25 -05:00
|
|
|
// run-pass
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-09-25 02:43:37 -05: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 21:25:05 -05:00
|
|
|
#[cfg(not_present)] use bar as foo;
|
2013-05-24 17:29:54 -05:00
|
|
|
}
|