summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Unwind/Inputs/call-asm.c
blob: b154c1ac1385d58679be5d6c4cdab264c200d403 (plain)
1
2
3
int asm_main() asm("asm_main");

int main() { return asm_main(); }
OpenPOWER on IntegriCloud