mirror of
https://github.com/github/codeql.git
synced 2026-06-01 11:56:17 +02:00
8 lines
82 B
C++
8 lines
82 B
C++
|
|
#include "h.h"
|
|
|
|
static void f(void) {
|
|
CA::CB<double> x;
|
|
CA::CB<int> y;
|
|
}
|