//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64
#include <iostream>
int main()
{
struct MyStruct
int a;
int b;
int c;
};
MyStruct* p = nullptr;
p += 1;
std::cout << p << std::endl;
}
cl.exe
000000000000000C