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 }
| done {}

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

Test Configuration

Expected Behavior:

FRONTEND_COMPILE_ERROR