// CS0246: The type or namespace name `TypeMe' could not be found. Are you missing an assembly reference? // Line: 12 class C { static void Foo (int i) { } public static void Main () { Foo (1); } }