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

6 lines
99 B
C

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