Files
2018-08-02 17:53:23 +01:00

12 lines
108 B
C++

#include "h.h"
C<int> *pi;
C<char> cc;
static void f(void) {
D<int> x;
E<int> y;
y.fun(3);
}