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