1#include <CL/cl.h>
2
3int main()
4{
5    return sizeof(cl_platform_id) - sizeof(cl_context);
6}
7