1#include "c.h"2 3#ifndef OTHER_H4#define OTHER_H5namespace N {6 struct C {7 template<typename U> static void f(U) {}8 };9}10#endif11