[w32handle] Stop returning 0 in every cases for locking/unlocking (#3926)
[mono.git] / mcs / tools / linker / Tests / TestCases / Integration / HelloWorld / Test.cs
1 using System;
2
3 class Test {
4
5         static void Main ()
6         {
7                 Console.WriteLine ("Hello world!");
8         }
9 }