Code:
alias test {
  echo -a a $& b | echo -a c 
}

 

returns:
a b
c

Windows 2000 Pro .. mIRC 6.16

(by the way, you had an extra } in what you pasted)