blob: 31656f457e95269f360aa6c6b21e2110fafbe60e (
plain)
1
2
3
4
5
6
7
8
9
|
#include "utest_helper.hpp"
void compiler_structure_attributes(void)
{
OCL_CREATE_KERNEL("compiler_structure_attributes");
}
MAKE_UTEST_FROM_FUNCTION(compiler_structure_attributes);
|