```cpp #feature on safety template<typename T> void call(T); int main() { void(*pf)(int^/static) = addr call<int^/static>; } ```