mirror of
https://github.com/github/codeql.git
synced 2026-04-14 19:44:03 +02:00
12 lines
108 B
C++
12 lines
108 B
C++
#include "h.h"
|
|
|
|
C<int> ci;
|
|
C<char> *pc;
|
|
|
|
static void f(void) {
|
|
D<int> x;
|
|
E<int> y;
|
|
x.fun(3);
|
|
}
|
|
|