blob: 88f38be8b8eb45cf0c3ceb4d245ce762f2804d99 [file] [log] [blame]
/* An undefined symbol */
extern int undefined;
static void foo(void)
{
undefined = 1;
}