2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-104.cs
blob82fcfac57fd1be769cb1393e438ad289127937ed
1 //
2 // Test to ensure we do correct overload resolution
3 //
4 using System;
6 class Test {
7 public static int Main(String[] args) {
8 int iTest = 1;
10 System.Threading.Interlocked.Increment(ref iTest);
12 return 0;