[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs0246-11.cs
blobb6bd9e809782290f21e19ead23d752959ec8e456
1 // CS0246: The type or namespace name `aa' could not be found. Are you missing an assembly reference?
2 // Line: 6
4 public class Test
6 [aa.bb] int dummy;