summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1/sub2.rs
blob: 4fd8286eac400a4bc2cc9846aa2341127bf55668 (plain)
1
2
3
4
5
6
use rustfmt_test_submodule_issue::bar;

#[test]
fn test_bar() {
assert_eq!(4, bar());
}