using System;
public class Program
{
public static void Main()
Console.WriteLine(System.Runtime.InteropServices.Marshal.SizeOf(typeof(Foo)));
Console.WriteLine(System.Runtime.InteropServices.Marshal.SizeOf(typeof(Bar)));
}
struct Foo{
struct Bar{
int x;