exclude src/vendorcode from GPLv2 license checks.
[coreboot.git] / util / romcc / tests / simple_test86.c
1 static void main(void)
2 {
3         asm("cpuid"
4                 ::: "eax", "ebx", "ecx", "edx");
5 }