Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 #include <elfutils/libdwfl.h>
0004 
0005 int main(void)
0006 {
0007     /*
0008      * This function is guarded via: __nonnull_attribute__ (1, 2).
0009      * Passing '1' as arguments value. This code is never executed,
0010      * only compiled.
0011      */
0012     dwfl_thread_getframes((void *) 1, (void *) 1, NULL);
0013     return 0;
0014 }