mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 17:31:44 +03:00
22 lines
199 B
Plaintext
22 lines
199 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
|
|
|
|
else
|
|
bar();
|
|
baz
|
|
|
|
else // comment
|
|
bar();
|
|
baz
|