FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / refs3.C
blobe77dd7fad493e93c06a1067325f72eb38da8639b
1 // Build don't link: 
2 // GROUPS passed references
3 const int& min(const int& n, const int& m)
5         return n < m ? n : m;