coreboot-kgpe-d16/util/romcc/tests/simple_test21.c
Eric Biederman 6aa31cc754 - Update romcc to version 0.27 and add more tests.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@865 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2003-06-10 21:22:07 +00:00

7 lines
42 B
C

static void main(void)
{
asm("hlt");
}