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

9 lines
171 B
Plaintext

| 0 | Foo && | p#0 |
| 0 | const Foo & | p#0 |
| 6 | Foo | x |
| 8 | const char * | y |
| 10 | int | z |
| 17 | Foo | p#0 |
| 19 | const char * | p#0 |
| 21 | int | p#0 |