Test relies on a POSIX-only function getpid(), so the expression on Windows gets an undefined symbol. If you substitute _getpid(), the interpreter complains that it uses an opcode it doesn't support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM