[clang][Interp][NFC] Use a smaller default size for IntegralAP
Since we later possibly initialize the value by using operator-new, we need the default value to _not_ allocate memory.
parent
413aaf11
Please register or sign in to comment
Since we later possibly initialize the value by using operator-new, we need the default value to _not_ allocate memory.