xref
: /
third_party
/
opencl-headers
/
tests
/
pkgconfig
/
pkgconfig.c
(revision 80d59932)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/opencl-headers/tests/pkgconfig/
1
#
include
<
CL
/
cl.h
>
2
3
int
main
()
4
{
5
return
sizeof
(
cl_platform_id
) -
sizeof
(
cl_context
);
6
}
7