Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0173_anonymous_const.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0173_anonymous_const.rast | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0173_anonymous_const.rast b/crates/syntax/test_data/parser/inline/ok/0173_anonymous_const.rast new file mode 100644 index 0000000000..68ce503c39 --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0173_anonymous_const.rast @@ -0,0 +1,19 @@ + [email protected] "const" + [email protected] " " + [email protected] "_" + [email protected] ":" + [email protected] " " + [email protected] "u32" + [email protected] " " + [email protected] "=" + [email protected] " " + [email protected] "0" + [email protected] ";" + [email protected] "\n" |