1//! # testtesttest 2//! 3//! <script>console.log("This is a test2");</script> 4//! 5 6fn test() 7{ 8 println!("this is a test"); 9}