// CS1525: Unexpected symbol `(', expecting `)', `,', or `='
// Line: 8

class A
{
	public static void Main ()
	{
		using (var undo ())
		{
		}
	}
}