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

8 lines
95 B
Haskell

template<typename T> void func()
{
struct object
{
object() {}
};
}