rt_gccstream/gcc/testsuite/g++.dg/pch/array-1.Hs

5 lines
59 B
Haskell

struct A
{
template <class T> static T foo (T[3][3]);
};