C++
gcc 5.5.0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-5.5.0/include -std=c++11
prog.cc: In function 'int main()': prog.cc:11:10: error: request for member 'push_back' in 'vec2', which is of non-class type 'std::vector<int>()' vec2.push_back(2); ^