m
Size: a a a
m
s
IL
O
Unless F is designated an addressable function, the behavior of a C++ program is unspecified (possibly ill-formed) if it explicitly or implicitly attempts to form a pointer to F
s
s
O
s
IL
DS
m
s
s
s
PY
m
void (*f)() = std::terminate;
f();
terminate
addressable function.s
VS
d
ПК