Merge pull request #5675 from mono/glib-debug-symbols
[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