/* This is a comment on a single line. */
/*
-
-* This is how comments that span multiple lines should be formatted,
-
+ * This is how comments that span multiple lines should be formatted,
-* as detailed by the style(9) manual page.
-
+ * as detailed by the style(9) manual page.
-*/
+ */
/*
-
-* /* This comment is invalid because it is nested. This will cause a
-
+ * /* This comment is invalid because it is nested. This will cause a
-* * compiler error on the line that closes the ***first comment.
-
+ * * compiler error on the line that closes the ***first comment.
-* */
-
+ * */
-*/
+ */