aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok/0065_comment_newline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0065_comment_newline.rs')
-rw-r--r--crates/syntax/test_data/parser/ok/0065_comment_newline.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/ok/0065_comment_newline.rs b/crates/syntax/test_data/parser/ok/0065_comment_newline.rs
new file mode 100644
index 000000000..1fafe216b
--- /dev/null
+++ b/crates/syntax/test_data/parser/ok/0065_comment_newline.rs
@@ -0,0 +1,3 @@
1/// Example
2
3fn test() {}