1
     2
     3
     4
     5
#include "array.hpp"

int main() {
   Array<int> a(10); a(11) = 2;
}