2016-03-05 11:20:34 +01:00
|
|
|
// compile-flags:--no-defaults --passes strip-priv-imports
|
|
|
|
// aux-build:empty.rs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
|
|
|
// @has issue_27104/index.html
|
2022-08-12 00:44:07 -04:00
|
|
|
// @!hasraw - 'extern crate std'
|
|
|
|
// @!hasraw - 'use std::prelude::'
|
2016-03-05 11:20:34 +01:00
|
|
|
|
2022-08-10 13:13:18 -07:00
|
|
|
// @hasraw - 'pub extern crate empty'
|
2016-03-05 11:20:34 +01:00
|
|
|
pub extern crate empty;
|