blob: 2876b76ede15d730c134421bcb91b93aa6176a70 [file] [log] [blame]
struct C
{
int m;
C();
~C();
};