We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7ec2d commit ae9a21fCopy full SHA for ae9a21f
regression/goto-instrument/store_goto_locations/main.c
@@ -0,0 +1,4 @@
1
+int main(int argc, char **argv)
2
+{
3
+ return 0;
4
+}
regression/goto-instrument/store_goto_locations/test.desc
@@ -0,0 +1,9 @@
+CORE
+main.c
+--show-goto-functions --store-goto-locations
+^EXIT=0$
5
+^SIGNAL=0$
6
+Original GOTO location
7
+--
8
9
+This is tracked by the JIRA issue TYT-4: https://diffblue.atlassian.net/projects/TYT/issues/TYT-4
0 commit comments