File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
cpp/ql/test/library-tests/declarationEntry/declarationEntry Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2727| declarationEntry.cpp:31:4:31:19 | myMemberVariable | declarationEntry.cpp:31:4:31:19 | definition of myMemberVariable | 1 | 1 |
2828| declarationEntry.cpp:34:22:34:28 | mtc_int | declarationEntry.cpp:34:22:34:28 | definition of mtc_int | 1 | 1 |
2929| declarationEntry.cpp:35:24:35:32 | mtc_short | declarationEntry.cpp:35:24:35:32 | definition of mtc_short | 1 | 1 |
30+ | macro.c:2:1:2:3 | foo | macro.c:2:1:2:3 | declaration of foo | 1 | 1 |
31+ | macro.c:4:5:4:8 | main | macro.c:4:5:4:8 | definition of main | 1 | 1 |
Original file line number Diff line number Diff line change 1010| declarationEntry.cpp:28:7:28:7 | declaration of operator= | |
1111| declarationEntry.cpp:28:7:28:7 | declaration of operator= | |
1212| declarationEntry.cpp:28:7:28:7 | declaration of operator= | |
13+ | macro.c:2:1:2:3 | declaration of foo | |
14+ | macro.c:4:5:4:8 | definition of main | |
Original file line number Diff line number Diff line change 1+ #define Foo static void foo()
2+ Foo ;
3+
4+ int main ()
5+ {
6+ return 0 ;
7+ }
You can’t perform that action at this time.
0 commit comments