clang++ -std=c++1z -Wall -pedantic-errors -pthread main.cpp && ./a.out
main.cpp:3:11: error: zero size arrays are an extension [-Werror,-Wzero-length-array]
int _[t<1>::x==2];
^~~~~~~~~~
1 error generated.