mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
8 lines
81 B
C++
8 lines
81 B
C++
|
|
#include "h.h"
|
|
|
|
static void f(void) {
|
|
CA::CB<int> x;
|
|
CA::CB<float> y;
|
|
}
|