6 lines
84 B
Rust
Raw Normal View History

2018-07-25 14:27:27 +01:00
#![feature(unstable_test_feature)]
extern crate bar;
pub fn main() { bar::baz() }