2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / refs3.C
blob7b9a85bac398d16307b56295a37e9044541a7bec
1 // { dg-do assemble  }
2 // GROUPS passed references
3 const int& min(const int& n, const int& m)
5         return n < m ? n : m;