language: C++ (gcc-4.3.4)
date: 555 days 12 hours ago
link:
visibility: public
1
2
3
4
5
6
7
8
// !
const int extern f();
// !!
class hoge { int friend const f(); };
// !!!!
int typedef type;
 
int main() { }