mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
9 lines
483 B
Plaintext
9 lines
483 B
Plaintext
| test.c:2:15:7:1 | { ... } | file://:0:0:0:0 | <none> |
|
|
| test.c:3:5:3:5 | { ... } | test.c:2:15:7:1 | { ... } |
|
|
| test.c:3:5:6:5 | switch (...) ... | test.c:3:5:3:5 | { ... } |
|
|
| test.c:3:16:6:5 | { ... } | test.c:3:5:6:5 | switch (...) ... |
|
|
| test.c:4:7:4:13 | case ...: | test.c:3:16:6:5 | { ... } |
|
|
| test.c:5:9:5:14 | break; | test.c:3:16:6:5 | { ... } |
|
|
| test.c:6:5:6:5 | label ...: | test.c:3:5:3:5 | { ... } |
|
|
| test.c:7:1:7:1 | return ... | test.c:2:15:7:1 | { ... } |
|