Skip to content

Commit 21b0dc4

Browse files
committed
update test
1 parent 2c2342f commit 21b0dc4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

test/cli/other_test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,6 +3164,15 @@ def test_check_unused_templates_func(tmp_path): # #13714
31643164
(void)(*((int*)0));
31653165
}
31663166
3167+
class S {
3168+
public:
3169+
template<typename T>
3170+
void f_t_3()
3171+
{
3172+
(void)(*((int*)0));
3173+
}
3174+
};
3175+
31673176
void f() {}
31683177
""")
31693178

0 commit comments

Comments
 (0)