mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Calling a function that takes N arguments causes a crash #62

Closed mfichman closed 11 years ago

mfichman commented 11 years ago

Say the function is defined as:

unary(enum Arg) {}

This causes the compiler to crash:

unary()