Skip to content

Commit b0697cc

Browse files
committed
Added another crash.
1 parent f5d91c0 commit b0697cc

File tree

2 files changed

+104869
-0
lines changed

2 files changed

+104869
-0
lines changed

crash472.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
template <class T1, class T2>
2+
void f()
3+
{
4+
using T3 = typename T1::template T3<T2>;
5+
T3 t;
6+
}
7+
// from https://trac.cppcheck.net/ticket/8663

0 commit comments

Comments
 (0)