Comment bailout

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-02-26 19:28:02 +01:00
parent 9e93e89a4d
commit b248075aae
1 changed files with 1 additions and 1 deletions

View File

@ -2573,7 +2573,7 @@ private:
checkUninitVar("int main() {\n"
" int done;\n"
" dostuff(1, (AuPointer) &done);\n"
" dostuff(1, (AuPointer) &done);\n" // <- It is not conclusive if the "&" is a binary or unary operator. Bailout.
"}");
ASSERT_EQUALS("", errout.str());