mirror of
https://github.com/egormanga/Slang.git
synced 2025-03-01 18:09:30 +03:00
8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
#| Slang `colonkw' test. |#
|
|
|
|
int a(int y) = y
|
|
|
|
main {
|
|
a(y: 3)
|
|
}
|