mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
20 lines
227 B
Plaintext
20 lines
227 B
Plaintext
fn foo() -> i32 {%( )}
|
|
|
|
fn foo() -> i32 {%( )
|
|
}
|
|
|
|
fn foo() -> i32 {%( )bar()}
|
|
|
|
fn foo() -> i32 {%( )bar()
|
|
}
|
|
|
|
fn foo() -> i32 {
|
|
bar()%( )}
|
|
|
|
fn foo() -> i32 {
|
|
bar()%( )}
|
|
|
|
fn foo() -> i32 {
|
|
bar()?%( )}
|
|
|