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