block: don't put spaces around :
[ironout.git] / tests / test-labels
blobd601289906d994576a90b84554cd56f80d8625be
1 : write test.c
2 int f()
4         int lab;
5         goto lab;
6 lab:
7         return 0;
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