blob: 4ac9077d12137ec2462fbeee41a41380715d5b0e [file] [log] [blame]
Douglas Gregorfdd01722009-04-14 00:24:19 +00001// Helper for external-defs.c test
2
Douglas Gregorf807fe02009-04-14 16:27:31 +00003// Tentative definitions
Douglas Gregorfdd01722009-04-14 00:24:19 +00004int x;
Douglas Gregorf807fe02009-04-14 16:27:31 +00005int x2;
Douglas Gregorfdd01722009-04-14 00:24:19 +00006
7// FIXME: check this, once we actually serialize it
8int y = 17;
9
10// Should not show up
11static int z;
Douglas Gregorf807fe02009-04-14 16:27:31 +000012
13int incomplete_array[];
14int incomplete_array2[];
15
16// FIXME: CodeGen problems prevents this from working (<rdar://problem/6762287>)
17// struct S s;