meson/test cases/common/137 c cpp and asm/retval-x86.S

13 lines
216 B
ArmAsm

#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME(get_retval)
/* Only supported on Linux with GAS */
# ifdef __linux__
.type get_retval, %function
#endif
SYMBOL_NAME(get_retval):
xorl %eax, %eax
retl