| 48 | namespace titi { |
| 49 | |
| 50 | struct foo { |
| 51 | |
| 52 | union bar { |
| 53 | NOINLINE static int trampoline(stacktrace_t &st, int level) { |
| 54 | return rec(st, level); |
| 55 | } |
| 56 | }; |
| 57 | }; |
| 58 | |
| 59 | } // namespace titi |
| 60 |
nothing calls this directly
no outgoing calls
no test coverage detected