llvm/lldb/test/API/functionalities/fat_archives/main.c

#include "a.h"
#include <stdio.h>
int main()
{
      printf ("%d\n", foo());
}