Richard Smith | 2aedca3 | 2015-07-01 02:29:35 +0000 | [diff] [blame] | 1 | #include "c.h" |
Richard Smith | 26342f9 | 2017-05-17 00:24:14 +0000 | [diff] [blame^] | 2 | |
3 | #ifndef OTHER_H | ||||
4 | #define OTHER_H | ||||
5 | namespace N { | ||||
6 | struct C { | ||||
7 | template<typename U> static void f(U) {} | ||||
8 | }; | ||||
9 | } | ||||
10 | #endif |