3 // This test excercises #pre-processor directives in non-1 column
4 // as well as the literal strings
5 // Warning: The first empty line is important
25 string g
= "Hello\nworld";
27 using (StreamReader sr
= new StreamReader("test-74.cs")) {
30 g
= g
.Replace ("\n", "\r\n");
38 System
.Console
.WriteLine ("OK");