summaryrefslogtreecommitdiff
path: root/test cases/failing build/7 csharp werror/test.cs
blob: 262f4d1802582e493264a52d3bb9a050db5f7509 (plain)
1
2
3
4
5
6
7
8
namespace HelloWorld {
    class Hello {
        static void Main(string[] args) {
            int w = 0; // unused
            System.Console.WriteLine("Hello World!");
        }
    }
}