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