Imported Upstream version 1.3.1
[platform/upstream/libunwind.git] / tests / Ltest-init-local-signal-lib.c
1 #include <stdio.h>
2
3 /* To prevent inlining and optimizing away */
4 int foo(volatile int* f) {
5   return *f;
6 }