Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0173_union_item.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0173_union_item.rast | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0173_union_item.rast b/crates/syntax/test_data/parser/inline/ok/0173_union_item.rast new file mode 100644 index 0000000000..5d5c0d69bc --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0173_union_item.rast @@ -0,0 +1,35 @@ + [email protected] "struct" + [email protected] " " + [email protected] "U" + [email protected] " " + [email protected] "{" + [email protected] " " + [email protected] "i" + [email protected] ":" + [email protected] " " + [email protected] "i32" + [email protected] "," + [email protected] " " + [email protected] "f" + [email protected] ":" + [email protected] " " + [email protected] "f32" + [email protected] " " + [email protected] "}" + [email protected] "\n" |