Suppose $Y \sim{N(a,b)}$, $X \sim{N(c,d)}$, and $Y$ is independent of $X$. After sampling 25 observations from both $Y$ and $X$, I run the following regression model: $Y=\beta_{0}+\beta_{1}X + \epsilon$. I wish to test the hypothesis $H_{0}: \beta_{0}=0$ against the alternative $H_{1}: \beta_{0}\neq 0$.
My question is, since the distributions of $Y$ and $X$ are known, is there an exact 'null distribution' for the parameter $\beta_{0}$? If so, what is the distribution? By null distribution, I mean the sampling distribution of $\beta_{0}$ under the null hypothesis.
If anyone knows the answer assuming the true correlation coefficient between $Y$ and $X$ is 0.1, rather than assuming independence, that would be a big help also. This is all for a simulation study I'm working on.