11 lines
134 B
C
11 lines
134 B
C
|
#include "c.h"
|
||
|
|
||
|
#ifndef OTHER_H
|
||
|
#define OTHER_H
|
||
|
namespace N {
|
||
|
struct C {
|
||
|
template<typename U> static void f(U) {}
|
||
|
};
|
||
|
}
|
||
|
#endif
|