**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0214-6.cs
blob55d2440be3ee9f8af3fd812672fa439212b6c4ea
1 using System;
3 namespace ConsoleApplication1
5 class Class1
7 static void Main(string[] args)
9 string s = typeof(void *).Name;