aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qbs-session/main.cpp
blob: 654a5d65bb2b358e5ebdb0e35fdab0426303aca5 (plain)
1
2
3
4
int main()
{
    int i; // Should trigger a warning and thus a process-exited message.
}