We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ca30a commit 2559b1dCopy full SHA for 2559b1d
1 file changed
test/testvarid.cpp
@@ -4500,7 +4500,7 @@ class TestVarID : public TestFixture {
4500
"2: struct T { struct S s ; } ;\n"
4501
"3: struct U { struct T t ; } ;\n"
4502
"4: void f ( ) {\n"
4503
- "5: struct U u@4 ; u@4 = { .@UNIQUE t@5 = { . s = { . s = 1 } } } ;\n"
+ "5: struct U u@4 ; u@4 = { .@UNIQUE t@5 = { .@UNIQUE s@6 = { .@UNIQUE s@7 = 1 } } } ;\n"
4504
"6: }\n";
4505
ASSERT_EQUALS(exp, tokenizeExpr(code));
4506
}
0 commit comments