aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs')
-rw-r--r--crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs b/crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs
new file mode 100644
index 000000000..f1ed30220
--- /dev/null
+++ b/crates/syntax/test_data/parser/ok/0034_crate_path_in_call.rs
@@ -0,0 +1,3 @@
1fn main() {
2 make_query(crate::module_map::module_tree);
3}