[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1517-2.cs
blobc50464b12caa1f4676d650b878c8056ec5b03ad3
1 // CS1517: Invalid preprocessor directive
2 // Line: 5
4 #if false
5 #if TEST ==
6 #endif
7 #endif