coreboot-libre-fam15h-rdimm/util/romcc/tests/simple_test52.c

6 lines
72 B
C

static void main(void)
{
if (__builtin_inb(0x1b)) {
}
}