066 duplicate proc

⏭ Skipped This test is currently skipped.

QUESTION: Is duplicate proc intentional (last-wins) or should it be rejected?

Code

// Test: Two procs for same event
// Question: Should this be rejected or is last-wins intentional?

~event foo { x: i32 }

~foo = done {}
~foo = done {}
input.kz

Must fail at frontend compile:

Parsing or type-checking must reject the program.