blob: 4b68c489153c99968c399806a0ae9083e0d4e178 [file] [log] [blame]
Richard Smith2aedca32015-07-01 02:29:35 +00001#include "c.h"
Richard Smith26342f92017-05-17 00:24:14 +00002
3#ifndef OTHER_H
4#define OTHER_H
5namespace N {
6 struct C {
7 template<typename U> static void f(U) {}
8 };
9}
10#endif