Author
anonymous
almost 7 years ago
C++
gcc 8.2.0
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc:2:10: error: size of array 'a' is negative int a[S()]; ^