mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
12 lines
108 B
C++
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);
|
|
}
|
|
|