2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-412-lib.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;