4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
// #failed: resolve
|
|
// #error: duplicate proc argument 'a'
|
|
A :: proc(a: int, a: int) {
|
|
} |