new error test
[mono.git] / mcs / tests / dll-2.cs
1 using System;
2 using System.Runtime.InteropServices;
3
4 namespace Foo {
5   public class Bar {
6     public const CallingConvention CConv = CallingConvention.Cdecl;
7   }
8 }