summaryrefslogtreecommitdiff
path: root/utests/compiler_type_casting.cpp
blob: 392acf49dd41558ce8e2ab67b923a6bd79333891 (plain)
1
2
3
4
5
6
7
8
9
10
#include "utest_helper.hpp"

void compiler_type_casting(void)
{
  OCL_CREATE_KERNEL("compiler_type_casting");
}

MAKE_UTEST_FROM_FUNCTION(compiler_type_casting);