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
Test case:
check: func <T> (t: T) { if (T size != Pointer size) { "Fail! T size should be #{Pointer size}, is #{T size}" println() exit(1) } } main: func { a: Int* check(a) b: UInt64* check(b) c: Char* check(c) }
On 64-bit, it fails at the first check.
The text was updated successfully, but these errors were encountered:
Closes #752, closes #751
be949a4
Again, ugly code, but it works.
Sorry, something went wrong.
nddrylliog
No branches or pull requests
Test case:
On 64-bit, it fails at the first check.
The text was updated successfully, but these errors were encountered: