typedef int scalar_t;

void func_prototype(int asd);
typedef funcref<func_prototype> func_prototype_t;
