2005-06-13 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / tests / mtest-3-dll.cs
1 // Compiler options: -t:library
2
3 using System;
4 using System.Runtime.InteropServices;
5
6 namespace Foo {
7   public class Bar {
8     public const CallingConvention CConv = CallingConvention.Cdecl;
9   }
10 }