We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\s>clang --version swift.org clang version 16.0.0 Target: x86_64-unknown-windows-msvc Thread model: posix InstalledDir: C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin C:\s>type 1.c int main() { __try { *(volatile char*) 0; } __except(1) { return 2; } } C:\s>clang-cl 1.c C:\s>1.exe C:\s>echo %errorlevel% -1073741819
That is 0xc0000005 access violation. This program returns 2 with Visual C++.
Hm not sure about this toolchain, I'll try another later.
The text was updated successfully, but these errors were encountered:
Could you please try 19 or main branch? https://godbolt.org should be helpful.
main
Sorry, something went wrong.
No branches or pull requests
That is 0xc0000005 access violation.
This program returns 2 with Visual C++.
Hm not sure about this toolchain, I'll try another later.
The text was updated successfully, but these errors were encountered: