coreboot-kgpe-d16/util/romcc/tests/fail_test1.c
Eric Biederman 34cadde255 - Commit more tests for romcc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@951 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2003-07-12 01:40:54 +00:00

5 lines
59 B
C

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