]> 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 909985454aa12997f32d2e6fa082e6cafdc1c782..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,
 ) {
@@ -104,3 +103,5 @@ fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_
 
 // #2082
 pub(crate) fn init() {}
+
+crate fn init() {}