1 2 3 4 5 6 7 8 9
#include "ruby.h" #include <stddef.h> struct T { char _; double t; }; RBIMPL_STATIC_ASSERT(RUBY_ALIGNOF, RUBY_ALIGNOF(double) == offsetof(struct T, t));