You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
343 B

int a ()
{
double a_very_long_variable = test (foobar1,
foobar5);
double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
asdfasdfasdf - asdfasdf + 56598;
a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
asdfasdfasdf - asdfasdf + 56598;
testadsfa (dfasdf,
aaafsdfa);
return 0;
}