brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 4b68c48 Raw
11 lines · c
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