(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0647-10.cs
blobcb868efb9bde7e94af44ab787285bb97a7676d71
1 // cs0647.cs: Error emitting 'MarshalAs' attribute because 'Specified unmanaged type is only valid on fields'
2 // Line: 10
4 using System;
5 using System.Runtime.InteropServices;
7 public class main {
9 [DllImport("libname", EntryPoint = "scumbag")]
10 static extern int scumbag(ref int X, [MarshalAs(UnmanagedType.ByValArray)] ref byte[] fb);