blob: 702d065f2adb39e0e7c78cacc9d770bb8d1fd2f8 [file] [log] [blame]
// 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); }