llvm/lldb/test/API/macosx/universal64/main.c

#include <stdio.h>

int foo() { return 0; }

int main(int argc, char **argv) { return foo(); }