diff options
Diffstat (limited to 'tests/data/parser/0002_struct_item_field.rs')
-rw-r--r-- | tests/data/parser/0002_struct_item_field.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/parser/0002_struct_item_field.rs b/tests/data/parser/0002_struct_item_field.rs new file mode 100644 index 000000000..cc3866d25 --- /dev/null +++ b/tests/data/parser/0002_struct_item_field.rs | |||
@@ -0,0 +1,3 @@ | |||
1 | struct S { | ||
2 | foo: u32 | ||
3 | } \ No newline at end of file | ||