[amd64] Save missing register
[mono.git] / mcs / errors / cs0246-11.cs
1 // CS0246: The type or namespace name `aa' could not be found. Are you missing an assembly reference?
2 // Line: 6
3
4 public class Test
5 {
6         [aa.bb] int dummy;
7 }
8