[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs0105-2.cs
blob969e1393a48897d22f874160c8171037ef75acc8
1 // CS0105: The using directive for `System' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -warnaserror -warn:3
5 using System;
6 using global::System;