mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-17 09:52:56 +00:00
2e9c3a1d8d
This doesn't yet add support for actually making use of variadic
functions, but at least allows (unintended) variadic functions like the
following to work:
void foo();