summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/fat_archives/a.c
blob: c100f9a2c07552af84484ae1a677d110e2ff9115 (plain)
1
2
3
4
int foo ()
{
    return 5;
}