about summary refs log tree commit diff
path: root/tests/source/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/source/structs.rs')
-rw-r--r--tests/source/structs.rs11
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();