#include #include "test_static_double.h" int main2 ( void ) { A a; A b; std::cout << a._st_double << std::endl; std::cout << b._st_double << std::endl; return 0; }