blob: 9f2fd9071144fc0776321a3e9102db6d2bb79689 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// compile-flags:--no-defaults --passes strip-priv-imports
// aux-build:empty.rs
// ignore-cross-compile
// @has issue_27104/index.html
// @!hasraw - 'extern crate std'
// @!hasraw - 'use std::prelude::'
// @hasraw - 'pub extern crate empty'
pub extern crate empty;
|