http://bugzilla.suse.com/show_bug.cgi?id=697898
http://bugzilla.suse.com/show_bug.cgi?id=697898#c2

Miguel de Icaza <mig...@xamarin.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mig...@xamarin.com
         Resolution|---                         |FIXED

--- Comment #2 from Miguel de Icaza <mig...@xamarin.com> ---
This now works:

using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Explicit)] public struct f { [FieldOffset (0)]public
uint p; }

class X {static void Main (){
System.Console.WriteLine (Marshal.SizeOf (new f()));
}
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to