Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0172_const_item.rs')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0172_const_item.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0172_const_item.rs b/crates/syntax/test_data/parser/inline/ok/0172_const_item.rs new file mode 100644 index 0000000000..6d5f5be65d --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0172_const_item.rs @@ -0,0 +1 @@ +const C: u32 = 92; |