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

6 lines
59 B
C

static void main(void)
{
int i;
i|=0x80;
}