New tests.
[mono.git] / mcs / errors / cs0432-3.cs
1 // CS0432: Alias `Sa' not found
2 // Line: 6
3
4 using S = System;
5
6 [assembly: Sa::CLSCompliantAttribute (false)]