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.
21 lines
507 B
21 lines
507 B
4 years ago
|
int a ()
|
||
|
{
|
||
|
double a_very_long_variable = test (foobar1,
|
||
|
foobar5);
|
||
|
//3456789=123456789=123456789=123456789=
|
||
|
|
||
|
double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
|
||
|
asdfasdfasdf - asdfasdf + 56598;
|
||
|
//3456789=123456789=123456789=123456789=
|
||
|
|
||
|
a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
|
||
|
asdfasdfasdf - asdfasdf + 56598;
|
||
|
//3456789=123456789=123456789=123456789=
|
||
|
|
||
|
testadsfa (dfasdf,
|
||
|
aaafsdfa);
|
||
|
//3456789=123456789=123456789=123456789=
|
||
|
|
||
|
return 0;
|
||
|
}
|