1 2 3 4 5 6 7 8 9 10 11
# 1 "data/reserved.1.cpp" int f() { foreach (QString &s, QStringList()) { doSomething(); } return 1; }