]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/fn-simple.rs
Tidy up and pass tests
[rust.git] / tests / target / fn-simple.rs
index 000c62310c8bfad29b95441a4eeb05e4d64f17f3..4e6e649383559a02f2defadeb0002ffe8f3b4459 100644 (file)
@@ -18,10 +18,9 @@ fn op(
     "cool"
 }
 
-
 fn weird_comment(
     // /*/ double level */ comment
-    x: Hello, // /*/* tripple, even */*/
+    x: Hello, // /*/* triple, even */*/
     // Does this work?
     y: World,
 ) {
@@ -101,3 +100,8 @@ fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_
         foo();
     }
 }
+
+// #2082
+pub(crate) fn init() {}
+
+crate fn init() {}