updating to the latest module.
[mono.git] / mcs / errors / cs1587-2.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 /// invalid comment on global attributes.
3 [assembly:System.CLSCompliant (true)]
4
5 enum Foo {
6 }