When -ffreestanding is used, main() isn't considered special and
when compiled as C++ code it'll get mangled which makes the
compilation fail since main() will be undefined so this check will
never succeed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime