blob: f1e32e25e3b4902a46b21c36f3ae5a9980adb7af [file] [log] [blame]
#include <stdlib.h>
extern int counter;
void
foo (void)
{
counter++;
}
void
bar (void)
{
abort ();
}