cleol
[mcs.git] / errors / cs0219.cs
blob4ab0d413c86d234bc4acdcb0606ec64e7b0a7989
1 // cs0219.cs: The variable `p' is assigned but its value is never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class Main
7 public void Method (int i)
9 long p = -9;