[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-530.cs
1 //
2 // Use of the \uXXXX sequence in identifiers
3 // Fixes #52019, #79064
4 //
5 class X {
6         static void e(params object[] args\u03c4) {
7         }
8         public static void Main () {
9 }
10 }