Investigated a little bit again: - needs to compile with `--exceptions:quirky` (at least on devel on C backend, otherwise you get a C compiler error) - have to add `--passC:"-fopenmp" --passL:"-lgomp"` then it does compile and actually use multiple threads (I'm surprised the echo & getThreadId actually worked though)