// CS1576: The line number specified for #line directive is missing or invalid // Line: 8 public struct S { static void Main() { #line "error" } }