[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-700.cs
blob7fb86769fd05fcae7c5e1053d9f45d75e83f6f32
1 using System;
3 class FooAttribute : Attribute
6 public FooAttribute (string f)
11 [Foo (Bar)]
12 class Test
15 const string Bar = "Bar";
18 class Program
21 public static void Main ()