Given two real numbers $a$ and $b$, define an $a$-$b$-sum as a finite sum of $a$'s and $b$'s, i.e. a sum:
$$m\cdot a + n\cdot b$$ where $m,n$ are non-negative integers.
Is there a pair of numbers $a<0$ and $b>0$, such that for every $\epsilon>0$ there is an $a$-$b$-sum $S \in (0,\epsilon)$?
The claim is obviously untrue if $a$ and $b$ are integers, since in that case the sum is also integer so there is no $S \in (0,1)$.
It is also untrue if $a$ and $b$ are rationals, since in that case the sum is always an integer multiple of $\frac{1}{pq}$ (where $p,q$ are the denominators of $a,b$ respectively) so there is no $S\in (0,\frac{1}{pq})$.
Is there a pair of irrational numbers that makes the claim true?