aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/macosx/universal64/main.c
blob: 5124e0afbfc19a5a4e387b2606f4fbe3e1c2f15c (plain)
1
2
3
4
5
#include <stdio.h>

int foo() { return 0; }

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