diff options
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/structs.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/source/structs.rs b/tests/source/structs.rs index ff297655713..5a13d59f572 100644 --- a/tests/source/structs.rs +++ b/tests/source/structs.rs @@ -153,4 +153,15 @@ struct Issue677 { } struct Foo {} +struct Foo { + } +struct Foo { + // comment + } +struct Foo { + // trailing space -> + + + } +struct Foo { /* comment */ } struct Foo(); |
