]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/static.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / static.rs
index 02223f59ca7964043e54c0a9e4e8ea17dcff6860..ffaeb0890d3c59e3c431b2293a801ee1cc0b1097 100644 (file)
@@ -11,3 +11,7 @@
 
 static mut name: SomeType =
     aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;
+
+pub static count: u8 = 10;
+
+pub const test: &Type = &val;