Slang/tests/colonkw.sl

8 lines
65 B
Plaintext

#| Slang `colonkw' test. |#
int a(int y) = y
main {
a(y: 3)
}