1 /* -linux* targets have a fallback for the absence of unwind tables, thus are
2 the only ones we can guarantee backtrace returns all addresses. */
3 /* { dg-do run { target { *-*-linux* } } } */
4 /* { dg-options "-fno-asynchronous-unwind-tables" } */
14 addresses
= backtrace(buffer
, 10);