Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0739.cs
1 // CS0739: A duplicate type forward of type `int'
2 // Line: 8
3
4 using System;
5 using System.Runtime.CompilerServices;
6
7 [assembly: TypeForwardedTo(typeof (int))]
8 [assembly: TypeForwardedTo(typeof (int))]