Files
qt-creator/tests/unit/unittest/data/diagnostic_diagnostic.cpp

9 lines
50 B
C++
Raw Normal View History

int noReturnValue()
{
}
void f(int)
{
f();
}