aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.benjamin/15071.C
blob: d05ba8c00dd460544ced03e13cc0d8d4723f7abf (plain)
1
2
3
4
5
6
7
8
9
10
11
// 981203 bkoz
// g++/15071
// gcc invocation fails to link in libstdc++

#include <iostream.h>

int main() {
  cout<<"hi"<<endl;

  return 0;
}