Files
codeql/cpp/ql/test/library-tests/stmt/generated_blocks/stmt.expected
2018-08-02 17:53:23 +01:00

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 | { ... } |