[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1525-5.cs
blobcb3b49b919905967ac9e946d69a70dabb7a43f1e
1 // CS1525: Unexpected symbol `int'
2 // Line: 8
4 class T {
5 void member ()
7 int a = 1 | 2
8 int b;