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
proc initialize(): cint {.exportc: "LLVMFuzzerInitialize".} = {.emit: "N_CDECL(void, NimMain)(void); NimMain();".} template testOneInput(body: untyped) = proc LLVMFuzzerTestOneInput(data {.inject.}: ptr UncheckedArray[byte], len {.inject.}: int): cint {. exportc.} = try: body finally: {.emit: "nimTestErrorFlag();".} testOneInput: if true: raise newException(ValueError, "my my my")
The text was updated successfully, but these errors were encountered:
Actually a bug nim-lang/Nim#18215
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: