mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
120 B
C++
8 lines
120 B
C++
|
|
class myClass {
|
|
public:
|
|
template <typename T>
|
|
void myMethod(int protoArg1, T protoArg2);
|
|
void myCaller(void);
|
|
};
|