blob: 7fc1ff1d08d23f83e627a4935f5863d540736dc9 [file] [log] [blame]
#include <stdlib.h>
extern int foo;
int foo2 = 2;
void
bar (void)
{
if (foo != 30)
abort ();
}