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