mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-14 20:28:12 +01:00
6 lines
99 B
C
6 lines
99 B
C
#include <stdio.h>
|
|
|
|
/* To prevent inlining and optimizing away */
|
|
int foo(int* f) {
|
|
return *f;
|
|
}
|