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