summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/tail_call_frames/cross_dso/shared.h
blob: b0dda0a892a448ddb3402a622d75fc037066a45c (plain)
1
2
3
void tail_called_in_a_from_main();

void tail_called_in_b_from_a();