aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/123 cpp and asm/retval-x86.S
blob: f9e819070b1357f5bfd0f5e2a29ab31763b130b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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