#include <stdio.h>
constexpr int f()
{
return printf("a side effect!\n");
}
int main()
{
char a[f()];
printf("%zd\n", sizeof a);
}
I2luY2x1ZGUgPHN0ZGlvLmg+Cgpjb25zdGV4cHIgaW50IGYoKQp7CiAgICByZXR1cm4gcHJpbnRmKCJhIHNpZGUgZWZmZWN0IVxuIik7Cn0KCmludCBtYWluKCkKewogICAgY2hhciBhW2YoKV07CiAgICBwcmludGYoIiV6ZFxuIiwgc2l6ZW9mIGEpOwp9Cg==