summaryrefslogtreecommitdiff
path: root/utests/compiler_integer_builtin.cpp
blob: 98ad51bd39d97910e5325cc57824d185c8b9bdba (plain)
1
2
3
4
5
6
7
8
9
#include "utest_helper.hpp"

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

MAKE_UTEST_FROM_FUNCTION(compiler_integer_builtin);