blob: bbdd79cd1c2e4999148a92a64ccc3e0af86cd77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/************************************************
* This is a multiline comment.
* The first and last lines are the same length
************************************************/
/****************************************************************************
A multi-line comment that is broken in two parts.
*//**
Second part
****************************************************************************/
/****************************************************************************
A multi-line comment that is broken in two parts.
*/ /**
Second part
****************************************************************************/
|