#include #include "tst-unique3.h" template int S::i; extern "C" int in_lib2 () { std::printf ("in_lib2: %d\n", S::i); return S::i != 3; }