[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-pragma-unrecognized.cs
blob0bae6d4e2c357b603141c8285c87f5ab7b23673e
1 // Compiler options: -warn:4
2 // This test should print only: warning CS1633: Unrecognized #pragma directive
4 #pragma xxx some unrecognized text
6 public class C
8 public static void Main () {}