Skip to content

Commit fb62ce6

Browse files
committed
C++: Give fewer types to global variables
Follows change in the extractor.
1 parent a93a84f commit fb62ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/test/library-tests/variables/global/variables.expected

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
| a.c:4:5:4:6 | is | array of 4 {int} | 2 |
2-
| a.c:4:5:4:6 | is | array of {int} | 2 |
1+
| a.c:4:5:4:6 | is | array of {int} | 1 |
32
| file://:0:0:0:0 | fp_offset | unsigned int | 1 |
43
| file://:0:0:0:0 | gp_offset | unsigned int | 1 |
54
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | 1 |

0 commit comments

Comments
 (0)