#include "c.h" #ifndef OTHER_H #define OTHER_H namespace N { struct C { template static void f(U) {} }; } #endif