blob: 657b47bcc141a3004f5bd2b60caf85423fc94aa9 [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
Douglas Gregorfdd01722009-04-14 00:24:19 +00007// Should not show up
8static int z;
Douglas Gregorf807fe02009-04-14 16:27:31 +00009
10int incomplete_array[];
11int incomplete_array2[];
12
Douglas Gregorb6c8c8b2009-04-21 17:11:58 +000013struct S s;