void f(int *restrict a, int *restrict b)
{ }

int main(int argc, char *argv[])
{
  return 0;
}
