[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0439.cs
blob4f672e08a7551b443051d80f30b7da429fefe4b0
1 // CS0439: An extern alias declaration must precede all other elements
2 // Line: 5
4 using A = System;
5 extern alias Hey;