[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1001-2.cs
1 // CS1001: Missing identifier to pre-processor directive
2 // Line: 5
3
4 #if false
5         #define
6 #endif