mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
6 lines
120 B
C++
6 lines
120 B
C++
template <typename T>
|
|
int f(T);
|
|
|
|
// Currently we don't have an element for this declaration
|
|
extern template int f(int);
|