Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs1012.cs
blobf85704e18eb0421a4d0598da25d9362bff7a9a26
1 // CS1012: Too many characters in character literal
2 // Line: 5
4 class x {
5 char x = 'xx';