blob: d9d4c6584b2776704563002a6716f049c3d3677a [file] [log] [blame]
static void main(void)
{
asm("cpuid"
::: "eax", "ebx", "ecx", "edx");
}