blob: 1238be0d6881c2c65b3fa9339b4331f9c3efd04b [file] [log] [blame]
static string foo,
bar;
void f()
{
SomeNamedType *var1,
*var2;
}
void b()
{
AnotherType var1,
var2;
}