#include #include /// @brief Basic Send test int main() { ocl::allocator int_alloc; auto foo = int_alloc.construct_array<1>(); *foo = 67; ocl::io::print(*foo); return EXIT_SUCCESS; }