// cs1529.cs: Using clause must precede all other namespace elements // Line: 4 class X { } using System;