2003-12-25 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / errors / cs1529.cs
1 // cs1529.cs: Using clause must precede all other namespace elements
2 // Line: 4
3 class X { }
4 using System;