diff options
Diffstat (limited to 'crates/syntax/test_data/lexer/ok/0011_keywords.rs')
-rw-r--r-- | crates/syntax/test_data/lexer/ok/0011_keywords.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/syntax/test_data/lexer/ok/0011_keywords.rs b/crates/syntax/test_data/lexer/ok/0011_keywords.rs new file mode 100644 index 000000000..1e91bff4e --- /dev/null +++ b/crates/syntax/test_data/lexer/ok/0011_keywords.rs | |||
@@ -0,0 +1,3 @@ | |||
1 | async fn use struct trait enum impl true false as extern crate | ||
2 | mod pub self super in where for loop while if match const | ||
3 | static mut type ref let else move return | ||