fix run-test
[mcs.git] / errors / cs0246-11.cs
blob12ea7406be2fb641af64a0b1b5f224bd5f9fb341
1 // cs0246-11.cs: The type or namespace name `aa' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 6
4 public class Test
6 [aa.bb] int dummy;