14 lines
146 B
Plaintext
14 lines
146 B
Plaintext
if (int i = bar())
|
|
foo();
|
|
baz
|
|
|
|
if (bar(a, b,
|
|
c, d))
|
|
foo(); // comment
|
|
baz
|
|
|
|
if (bar(a, b,
|
|
c, d)) // comment
|
|
foo();
|
|
baz
|