* HttpWebRequest.cs: When retrying a POST request after an authentication
[mono.git] / mcs / errors / cs0678.cs
1 class X {
2         readonly volatile int j;
3
4         static void Main () {}
5 }