mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
9 lines
177 B
C++
9 lines
177 B
C++
|
|
class c {
|
|
struct t {
|
|
template< template< typename V0 > class V > struct s { };
|
|
template< typename V > static void f( s < V::template r >* = 0 );
|
|
};
|
|
};
|
|
|