repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.go
/
handcall.go
blob
c09d997f1488511461242366b7664d479cf7c523
1
package
main
2
3
func
add
(
a
,
b
int
) (
int
) {
4
return
a
+
b
5
}
6
7
func
sub
(
a
,
b
int
) (
int
) {
8
return
a
-
b
9
}
10
11
var
v_int
int
12
13
func
main
() {
14
v_int
=
42
15
}