Author
anonymous
over 4 years ago
C++
gcc 10.1.0
$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
prog.cc: In function 'int main()': prog.cc:4:15: error: 'ip' was not declared in this scope 4 | int *&r = ip, *ip; | ^~