xxxxxxxxxx
extern (C++, "test") void test() {
import std.stdio: printf;
import core.cpuid;
printf("test 1\n");
printf("test 2: %d\n", sse());
}