#include std::vector f() {; return std::vector{1}; }; int main() {; return f()[0];;;;; };