1import one
2import two
3
4pub fn test() -> Bool {
5  one.hello() == two.main()
6}
7