**** Merged from MCS ****
[mono-project.git] / mcs / tests / dll-2.cs
blob3760733dc2d5459b509c69cb8c130696bc10bb96
1 // Compiler options: -t:library
3 using System;
4 using System.Runtime.InteropServices;
6 namespace Foo {
7 public class Bar {
8 public const CallingConvention CConv = CallingConvention.Cdecl;