#include #include int main() { print("%d\n", ((int []){1, 2})[1]); exits(0); } /* * cpu% 6c main.c * main.c:5 constructor must be a structure */