Files
llgo/c/clang/_wrap/llgo_check.cpp
2024-07-15 01:07:26 +08:00

8 lines
138 B
C++

#include <stdio.h>
#include <clang-c/Index.h>
int main() {
printf("sizeof(clang.Cursor) = %lu\n", sizeof(CXCursor));
return 0;
}