static*/
| 26 | // static functions are omitted from trace |
| 27 | |
| 28 | /*static*/ void my_func_2() // NOLINT(misc-use-internal-linkage) |
| 29 | { |
| 30 | print_stacktrace(stdout, 0, true, -1, true); |
| 31 | } |
| 32 | |
| 33 | /*static*/ void my_func() // NOLINT(misc-use-internal-linkage) |
| 34 | { |
no test coverage detected