1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-14 20:28:12 +01: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;
}