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

12 lines
177 B
ArmAsm

#include "symbol-underscore.h"
.text
.globl SYMBOL_NAME(get_retval)
# ifdef __linux__
.type get_retval, %function
#endif
SYMBOL_NAME(get_retval):
xorl %eax, %eax
retl