Add new test
[mono.git] / mcs / errors / cs0214-6.cs
1 using System;
2
3 namespace ConsoleApplication1
4 {
5         class Class1
6         {
7                 static void Main(string[] args)
8                 {
9                         string s = typeof(void *).Name;
10                 }
11         }
12 }
13
14
15
16
17
18