1*d4726bddSHONG Yifan // Analysis test shouldn't need this file. 2*d4726bddSHONG Yifan // This is a workaround until 3*d4726bddSHONG Yifan // https://github.com/bazelbuild/rules_rust/issues/2499 4*d4726bddSHONG Yifan // is fixed main()5*d4726bddSHONG Yifanfn main() { 6*d4726bddSHONG Yifan println!("Hello world"); 7*d4726bddSHONG Yifan } 8