**** Merged r36954 from MCS ****
[mono.git] / mcs / errors / cs1587-14.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6         internal /** comment */ /** comment2 */ class Hoge
7         {
8         }
9 }