/** * A doc comment */ fn foo() { print("foo"); // print some text /// This is a nested function fn nested() {} }