[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs1010.cs
blobe7ff0ddd81899094cef845c3efee79f54d1870ee
1 // CS1010: Newline in constant
2 // Line: 6
4 class X
6 static string s = "Hello
7 world!";