aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.benjamin/p13417.C
blob: 18d62e80512e508eb4949fbc9a4f4b0841d5ef94 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:
// Special g++ Options:  
// prms-id: 13417

class   Foo {
public:
  explicit Foo (int){}
};
Foo f(10);
Foo blat() return f(4){}; //this should not give an error