coreboot-kgpe-d16/util/romcc/tests/simple_test62.c

8 lines
72 B
C

static const int foo = 1;
static void main(void)
{
int x;
x = foo;
}