DominikAdamski wrote: > Why does this cause errors? I figured redeclarations of externs was legal. > Maybe the attributes?
The problem relates to different declarations of the stdio functions if std=c99 is set. https://github.com/llvm/llvm-project/pull/168386 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
