"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / CS0019-71-lib.cs
blobfaf2d2a88c308990026203fb54a6440cbd4d03a9
1 public class External
3 public static bool op_Equality (External p1, int p2)
5 return false;
8 public static bool op_Inequality (External p1, int p2)
10 return false;