Minimizing a constant parameter gives a less bizarre number:
In[58]:= Minimize[a, t] Out[58]= {a, {t -> 0}}
Yes. But t->0 is somewhat misleading, or at least incomplete. I wonder if a more sophisticated answer might be returned such as t->Interval[{-inf,inf}] or some sort of warning message were printed.