#include using namespace sycl; //int func(); int main() { func(); return 0; }