Searched refs:compile_regular_function (Results 1 – 1 of 1) sorted by relevance
146 const char* compile_regular_function = "int foo(int x, int y) { return x*x + y*y; }\n"; variable1453 …const char* sources[2] = {simple_kernel, compile_regular_function}; // here we want to avoid linki… in test_two_file_regular_function_access()