#include "baz.h"

#include <math.h>

int baz(int j) {
  int k = sqrt(j);
  return k; // break here
}
