/*
    code_here;        // This is a valid way to nest comments
*/

/*
    code_here;        /* This is not a valid way to nest comments */
    code_here;        /* What happened here? */
*/