Switch to compiler-tester
[mono.git] /
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 }