6 lines
44 B
C
Raw Permalink Normal View History

2012-03-26 21:18:29 +02:00
extern int x;
void foo (void)
{
x = 24;
}