mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 20:25:39 +08:00
8 lines
77 B
Java
8 lines
77 B
Java
|
public class comment
|
||
|
{
|
||
|
/***
|
||
|
// This is supposed to be a comment.
|
||
|
*/
|
||
|
}
|
||
|
|