blob: 38972652ff6c22deb461c0c6eaa84a689350c5f5 [file] [log] [blame]
>>>
foo() {
if (true)
// comment!
return 0;
}
<<<
foo() {
if (true)
// comment!
return 0;
}