2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0168.cs
blob670b285ac43aed74e9f5b73af977b0aeecb3a893
1 // cs0168.cs: The variable `p' is declared but never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class Main
7 public void Method (int i)
9 long p;