VS
Size: a a a
VS
IZ
VS
IZ
VS
VS
IZ
IZ
VS
VS
AS
struct foo {
void(*p)(void) = &boo;
static void boo() {
}
};
IZ
VS
struct foo {
void(*p)(void) = &boo;
static void boo() {
}
};
AS
VS
AS
VS
VS
AS
inline int& global() {
static int d = 0;
return d;
}
VS
inline int& global() {
static int d = 0;
return d;
}