summaryrefslogtreecommitdiff
path: root/test/build-script/baz.rs
blob: 4222589f1bb45d0f99dca1778ed28dfef2d7c94f (plain)
1
2
3
4
5

pub fn hello(){

println!("hello baz");
 }