// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING" class C { void foo() { int n; bar(); n = 1; } void bar(){} }