diff --git a/ices/99777-1.rs b/ices/99777-1.rs index 8333c8e5..438350bb 100644 --- a/ices/99777-1.rs +++ b/ices/99777-1.rs @@ -1,4 +1,6 @@ pub fn test() { - #[doc(alias = "test")] - let num_flags = 0; + #[doc(alias = "test")] + { + println!("Hello, world!"); + } }