DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / expected / cpp / 34192-i1207.cpp
12345678910
#include <vector> std::vector<int> f() { return std::vector<int>{1}; } int main() { return f()[0]; }