Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / cs1729-9.cs
1 // CS1729:  The type `System.CLSCompliantAttribute' does not contain a constructor that takes `0' arguments
2 // Line: 6
3
4 using System;
5
6 [assembly:CLSCompliant()]
7