blob: 869b543541688019298822844b038e4846d8d553 [file] [log] [blame]
#![feature(unstable_test_feature)]
extern crate bar;
pub fn main() { bar::baz() }