© 2026 Hedgehog Software, LLC
#include <stdint.h> typedef struct { int32_t f1; int32_t f2; } Test;
namespace LIBRARY_NAMESPACE { public struct Test { public System.Int32 f1; public System.Int32 f2; } }