copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / errors / cs0246-10.cs
1 //cs0243: NonExistant does not exist in this namespace
2
3 using System;
4 using Nonexistant;
5
6 class X
7 {
8         static void Main () {
9         }
10 }