8 lines
72 B
C
8 lines
72 B
C
|
static const int foo = 1;
|
||
|
|
||
|
static void main(void)
|
||
|
{
|
||
|
int x;
|
||
|
x = foo;
|
||
|
}
|