mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-21 02:21:32 +03:00
18 lines
133 B
Plaintext
18 lines
133 B
Plaintext
|
void foo(void) {
|
||
|
}
|
||
|
|
||
|
void foo(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
void foo(void) {
|
||
|
bar()}
|
||
|
|
||
|
void foo(void) {
|
||
|
bar()
|
||
|
}
|
||
|
|
||
|
void foo(void) {
|
||
|
bar()
|
||
|
}
|