rust/tests/ui/entry-point/imported_main_from_extern_crate.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
120 B
Rust
Raw Normal View History

//@ run-pass
//@ aux-build:main_functions.rs
extern crate main_functions;
pub use main_functions::boilerplate as main;