#include #include #include using namespace std; int main() { int size = 100 ; //Compiler error int myArray[size] ; return 0; } //main