repo.or.cz
/
ironout.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: don't put spaces around :
[ironout.git]
/
tests
/
test-labels
blob
d601289906d994576a90b84554cd56f80d8625be
1
: write test.c
2
int f()
3
{
4
int lab;
5
goto lab;
6
lab:
7
return 0;
8
}
9
: ironout find test.c 15
10
test.c 15 18
11
: ironout find test.c 26
12
test.c 26 29
13
test.c 31 34