1 2 3 4 5 6 7 8 9 10
#include <vector> std::vector<int> f() {; return std::vector<int>{1}; }; int main() {; return f()[0];;;;; };