[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs1009.cs
blob3be5d42d7ffd60a10f514dabe1dfeba1ffa5911c
1 // CS1009: Unrecognized escape sequence `\i'
2 // Line : 6
4 class X
6 static string s = "\i";