2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[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 }