(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs1529.cs
blobd822cb7cef1b442b4145d0a8e83cb5bd03b47def
1 // cs1529.cs: Using clause must precede all other namespace elements
2 // Line: 4
3 class X { }
4 using System;