#include #include int main() { printf("sizeof(clang.Cursor) = %lu\n", sizeof(CXCursor)); return 0; }