summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/dbmap/fail/17_old.ice
blob: 05ade8223473ea7fa956901ae556eb81fd167596 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Test
{

class C {};

struct S
{
    C m1;
};

};