1 2 3 4 5 6 7 8 9 10
#include "static-1.H" int LocalStaticTest() { static A sa; } int main(int argc, char **argv) { A::StaticTest(); }