Skip to content

Commit c5e6c00

Browse files
committed
ENV32-C: expectd.qcc file
1 parent 46c3332 commit c5e6c00

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
edges
2+
| test.c:8:6:8:13 | exit1bad | test.c:11:5:11:8 | call to exit |
3+
| test.c:20:14:20:21 | exit1bad | test.c:8:6:8:13 | exit1bad |
4+
| test.c:41:6:41:10 | exit2 | test.c:42:3:42:17 | call to siglongjmp |
5+
| test.c:46:21:46:25 | exit2 | test.c:41:6:41:10 | exit2 |
6+
| test.c:62:6:62:17 | exit3_helper | test.c:62:27:62:41 | call to siglongjmp |
7+
| test.c:64:6:64:10 | exit3 | test.c:65:3:65:14 | call to exit3_helper |
8+
| test.c:65:3:65:14 | call to exit3_helper | test.c:62:6:62:17 | exit3_helper |
9+
| test.c:69:14:69:18 | exit3 | test.c:64:6:64:10 | exit3 |
10+
#select
11+
| test.c:8:6:8:13 | exit1bad | test.c:20:14:20:21 | exit1bad | test.c:11:5:11:8 | call to exit | The function is $@ and $@. It must instead terminate by returning. | test.c:20:14:20:21 | exit1bad | registered as `exit handler` | test.c:11:5:11:8 | call to exit | calls an `exit function` |
12+
| test.c:41:6:41:10 | exit2 | test.c:46:21:46:25 | exit2 | test.c:42:3:42:17 | call to siglongjmp | The function is $@ and $@. It must instead terminate by returning. | test.c:46:21:46:25 | exit2 | registered as `exit handler` | test.c:42:3:42:17 | call to siglongjmp | calls an `exit function` |
13+
| test.c:64:6:64:10 | exit3 | test.c:69:14:69:18 | exit3 | test.c:62:27:62:41 | call to siglongjmp | The function is $@ and $@. It must instead terminate by returning. | test.c:69:14:69:18 | exit3 | registered as `exit handler` | test.c:62:27:62:41 | call to siglongjmp | calls an `exit function` |

0 commit comments

Comments
 (0)