aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.niklas/t139.C
blob: 702d065f2adb39e0e7c78cacc9d770bb8d1fd2f8 (plain)
1
2
3
4
5
6
7
// GROUPS passed niklas hiding ARM
// Build don't link:
// Special g++ Options: -w
struct stat {};
stat gstat;
int stat (struct stat*);
void f () { struct stat* ps; stat (ps); }