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