aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/warnings9.C
blob: c46f2a1e45db43a752031c65a9e3b8fa9f80629b (plain)
1
2
3
4
5
6
7
// Build don't link: 
// Special g++ Options: -Wall
// GROUPS passed warnings
inline int foo()
{
  return 3;
}