// cs0169.cs: warning, private field `prv' is never used // Line: 4 class X { int x; void blah () { } static void Main () {} }