我有以下结构:
struct test
{
long long a;
int b;
};
为什么在 64 位系统中 sizeof 测试将是 16 而不是 12?