Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0174_unit_struct.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0174_unit_struct.rast | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0174_unit_struct.rast b/crates/syntax/test_data/parser/inline/ok/0174_unit_struct.rast new file mode 100644 index 0000000000..b20235889f --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0174_unit_struct.rast @@ -0,0 +1,8 @@ + [email protected] "struct" + [email protected] " " + [email protected] "S" + [email protected] ";" + [email protected] "\n" |