I have a custom assert()-like macro that calls abort() on failure. When using AddressSanitizer, I would prefer to have the usual nice stack trace print
assert()
abort()