mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-21 02:21:32 +03:00
17 lines
153 B
Plaintext
17 lines
153 B
Plaintext
if (int i = bar())
|
|
foo
|
|
|
|
if (bar(a, b,
|
|
c, d))
|
|
foo
|
|
|
|
if (bar(a, b,
|
|
c, d)) // comment
|
|
foo
|
|
|
|
else
|
|
foo
|
|
|
|
else // comment
|
|
foo
|