blob: 1c7ca00dd612598af660d31ebe4e584d49ef488a [file] [log] [blame]
/* Leave unused lines for at least the length of the including source file. */
struct T {
int i;
T() { i = 0; }
};
T t;
int foo()
{
return t.i; /* count(1) */
}