1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-07 07:35:35 +02:00
libunwind-eh_elf/tests/Ltest-init-local-signal-lib.c
2017-04-03 14:44:43 -07:00

7 lines
99 B
C

#include <stdio.h>
/* To prevent inlining and optimizing away */
int foo(int* f) {
return *f;
}