Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/lexer/ok/keywords.rs')
-rw-r--r--crates/parser/test_data/lexer/ok/keywords.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/parser/test_data/lexer/ok/keywords.rs b/crates/parser/test_data/lexer/ok/keywords.rs
new file mode 100644
index 0000000000..1e91bff4e7
--- /dev/null
+++ b/crates/parser/test_data/lexer/ok/keywords.rs
@@ -0,0 +1,3 @@
+async fn use struct trait enum impl true false as extern crate
+mod pub self super in where for loop while if match const
+static mut type ref let else move return