mirror of
https://github.com/github/codeql.git
synced 2026-05-13 10:49:26 +02: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);
|
|
}
|
|
|