diff options
Diffstat (limited to 'tests/data/parser/ok/0025_const_item.rs')
-rw-r--r-- | tests/data/parser/ok/0025_const_item.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/parser/ok/0025_const_item.rs b/tests/data/parser/ok/0025_const_item.rs new file mode 100644 index 000000000..7446859b5 --- /dev/null +++ b/tests/data/parser/ok/0025_const_item.rs | |||
@@ -0,0 +1,2 @@ | |||
1 | const FOO: u32 = 92; | ||
2 | const mut BAR: u32 = 62; | ||