about summary refs log tree commit diff
path: root/tests/run-make/allow-warnings-cmdline-stability/foo.rs
blob: 0b91b63c1185484be19f11b668bcb447db3e3a25 (plain)
1
2
3
4
5
6
7
#![feature(unstable_test_feature)]

extern crate bar;

pub fn main() {
    bar::baz()
}