Files
codeql/cpp/ql/test/library-tests/members/templates/c1.cpp
2018-08-02 17:53:23 +01:00

8 lines
81 B
C++

#include "h.h"
static void f(void) {
CA::CB<int> x;
CA::CB<float> y;
}