mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-20 10:01:57 +03:00
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
|