summaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/pcpptest.h
blob: 58b8935070ce6371049d2d5fb791d69c1b69caa2 (plain)
1
2
3
4
5
6

#define CL_SCHAR_MIN     (-127-1)
#define CL_ALIGNED(_x)   __attribute__ ((aligned(_x)))

cl_char  CL_ALIGNED(2) s[2];