Files
clang-p2996/lldb/test/functionalities/fat_archives/main.c
Greg Clayton 23386cb1df <rdar://problem/13455021>
Add test case to make sure we don't regress on fat files full of skinny BSD archives.

llvm-svn: 182440
2013-05-21 23:58:54 +00:00

7 lines
79 B
C

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